summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-11-17 13:57:43 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-11-17 13:57:43 +0000
commit95588442e2c2d791a13149b544f9f50af6c60df5 (patch)
tree24006218cf5388e2fb8dfbe83f2657563366784b /dev-perl/Inline
parentReadded critical fix for HPPA. (diff)
downloadgentoo-2-95588442e2c2d791a13149b544f9f50af6c60df5.tar.gz
gentoo-2-95588442e2c2d791a13149b544f9f50af6c60df5.tar.bz2
gentoo-2-95588442e2c2d791a13149b544f9f50af6c60df5.zip
Bug 106560, changing use flag from gtk2 to gtk
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r--dev-perl/Inline/ChangeLog5
-rw-r--r--dev-perl/Inline/Inline-0.44-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog
index 98c08f439045..8e366dad6441 100644
--- a/dev-perl/Inline/ChangeLog
+++ b/dev-perl/Inline/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Inline
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.25 2005/05/25 14:50:36 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.26 2005/11/17 13:57:43 mcummings Exp $
+
+ 17 Nov 2005; <mcumming@gentoo.org> Inline-0.44-r1.ebuild:
+ Bug 106560, changing use flag from gtk2 to gtk
25 May 2005; Michael Cummings <mcummings@gentoo.org> Inline-0.44-r1.ebuild:
dev-perl/Test-Harness => perl-core/Test-Harness migration
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() {