diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-12-24 19:22:47 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-12-24 19:22:47 +0000 |
commit | 8fcdcc044639e6561dd59f5d32ef29a1cea7cd72 (patch) | |
tree | f144a2d576b50adfaf12e6d697442f034d29e3f2 /sci-calculators/gonvert | |
parent | stabilize (diff) | |
download | gentoo-2-8fcdcc044639e6561dd59f5d32ef29a1cea7cd72.tar.gz gentoo-2-8fcdcc044639e6561dd59f5d32ef29a1cea7cd72.tar.bz2 gentoo-2-8fcdcc044639e6561dd59f5d32ef29a1cea7cd72.zip |
No longer necessary to die on USE="-gnome" with pygtk-2.8.2 and up.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-calculators/gonvert')
-rw-r--r-- | sci-calculators/gonvert/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.12.ebuild | 13 |
2 files changed, 6 insertions, 12 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog index 123b94afe4de..5bfbfde01404 100644 --- a/sci-calculators/gonvert/ChangeLog +++ b/sci-calculators/gonvert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/gonvert # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.1 2005/12/24 14:58:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.2 2005/12/24 19:22:47 chainsaw Exp $ + + 24 Dec 2005; <chainsaw@gentoo.org> gonvert-0.2.12.ebuild: + No longer necessary to die on USE="-gnome" with pygtk-2.8.2 and up. *gonvert-0.2.12 (24 Dec 2005) diff --git a/sci-calculators/gonvert/gonvert-0.2.12.ebuild b/sci-calculators/gonvert/gonvert-0.2.12.ebuild index 828b6f9a5e20..c1210f7b7f5e 100644 --- a/sci-calculators/gonvert/gonvert-0.2.12.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.1 2005/12/24 14:58:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.2 2005/12/24 19:22:47 chainsaw Exp $ inherit eutils @@ -13,16 +13,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="=dev-python/pygtk-2*" - -pkg_setup() { - # see Gentoo Bugzilla bug 2272 - built_with_use "=dev-python/pygtk-2*" gnome || - { eerror "PyGTK must be compiled with libglade support for gonvert to run." - eerror "Please reemerge pygtk with the \"gnome\" USE flag." - die "No libglade support in pygtk." - } -} +DEPEND=">=dev-python/pygtk-2.8.2" src_unpack () { unpack ${A} |