diff options
author | 2005-11-17 13:57:43 +0000 | |
---|---|---|
committer | 2005-11-17 13:57:43 +0000 | |
commit | 63b4d2549873739711c68a6238fe91e3b51aeafc (patch) | |
tree | 398e96f723c766c7e43acc6be7a1d74c57a28698 /dev-perl/Inline/Inline-0.44-r1.ebuild | |
parent | Readded critical fix for HPPA. (diff) | |
download | historical-63b4d2549873739711c68a6238fe91e3b51aeafc.tar.gz historical-63b4d2549873739711c68a6238fe91e3b51aeafc.tar.bz2 historical-63b4d2549873739711c68a6238fe91e3b51aeafc.zip |
Bug 106560, changing use flag from gtk2 to gtk
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-perl/Inline/Inline-0.44-r1.ebuild')
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 126c5b276e96..8876da921892 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-r1.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/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.18 2005/05/25 14:50:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.19 2005/11/17 13:57:43 mcummings Exp $ inherit perl-module eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" -IUSE="gtk2" +IUSE="gtk" DEPEND="perl-core/Digest-MD5 perl-core/File-Spec @@ -22,7 +22,7 @@ src_unpack() { unpack ${P}.tar.gz cd ${S} #gtk-2 suggested patch - use gtk2 && epatch ${FILESDIR}/gtk2-patch.diff + use gtk && epatch ${FILESDIR}/gtk2-patch.diff } src_compile() { |