From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1223130-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A9F2138359 for <garchives@archives.gentoo.org>; Tue, 17 Nov 2020 14:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A936E09B8; Tue, 17 Nov 2020 14:21:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26684E09B0 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 14:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FCAA340F76 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 14:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B61475 for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 14:21:10 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1605622852.99f4ffc02b2a006261f8754624cf5f1e996714d3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder/spyder-4.2.0.ebuild X-VCS-Directories: dev-python/spyder/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 99f4ffc02b2a006261f8754624cf5f1e996714d3 X-VCS-Branch: master Date: Tue, 17 Nov 2020 14:21:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e88da277-55a0-4c06-a386-37720c6d1d24 X-Archives-Hash: 3859cfbeecc8a0d70094aefec88a2951 commit: 99f4ffc02b2a006261f8754624cf5f1e996714d3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Nov 17 14:20:02 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Nov 17 14:20:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f4ffc0 dev-python/spyder: update eutils.eclass to optfeature.eclass Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/spyder/spyder-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spyder/spyder-4.2.0.ebuild b/dev-python/spyder/spyder-4.2.0.ebuild index 45facac0f20..7a013fecdd6 100644 --- a/dev-python/spyder/spyder-4.2.0.ebuild +++ b/dev-python/spyder/spyder-4.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit eutils xdg distutils-r1 +inherit optfeature xdg distutils-r1 # Commit of documentation to fetch DOCS_PV="7fbdabcbc37fe696e4ad5604cdbf4023dfbe8b6c"