diff options
author | 2013-05-29 16:11:41 +0000 | |
---|---|---|
committer | 2013-05-29 16:11:41 +0000 | |
commit | 5e9ec8fd768bb7bcbdf9ac1bf6e6e69ca56b994e (patch) | |
tree | e22cb54dbfa990fbf563b6204f8af378277461dd /sci-calculators/gonvert | |
parent | sci-biology/shrimp: Fix usage of new python r1 eclasses (missing PYTHON_REQUI... (diff) | |
download | gentoo-2-5e9ec8fd768bb7bcbdf9ac1bf6e6e69ca56b994e.tar.gz gentoo-2-5e9ec8fd768bb7bcbdf9ac1bf6e6e69ca56b994e.tar.bz2 gentoo-2-5e9ec8fd768bb7bcbdf9ac1bf6e6e69ca56b994e.zip |
sci-calculators/gonvert: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-calculators/gonvert')
-rw-r--r-- | sci-calculators/gonvert/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.32.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog index f7cc2aed3631..7ee23b0c18b8 100644 --- a/sci-calculators/gonvert/ChangeLog +++ b/sci-calculators/gonvert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/gonvert # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.13 2013/03/12 13:09:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.14 2013/05/29 16:11:41 jlec Exp $ + + 29 May 2013; Justin Lecher <jlec@gentoo.org> gonvert-0.2.32.ebuild: + Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE) *gonvert-0.2.32 (12 Mar 2013) diff --git a/sci-calculators/gonvert/gonvert-0.2.32.ebuild b/sci-calculators/gonvert/gonvert-0.2.32.ebuild index 93bbdf59bc5e..1bee443a99a6 100644 --- a/sci-calculators/gonvert/gonvert-0.2.32.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.1 2013/03/12 13:09:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.2 2013/05/29 16:11:41 jlec Exp $ EAPI=5 @@ -17,7 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-python/pygtk:2[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/0.2.23-paths.patch ) |