diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:16:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:16:25 +0000 |
commit | aa9109220844960190baefb1e40b7528854235bc (patch) | |
tree | 12ad266fe729f133f80fd5279d66a4ae3132d48d /dev-perl/Inline/Inline-0.44-r1.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-aa9109220844960190baefb1e40b7528854235bc.tar.gz historical-aa9109220844960190baefb1e40b7528854235bc.tar.bz2 historical-aa9109220844960190baefb1e40b7528854235bc.zip |
Fix use invocation
Diffstat (limited to 'dev-perl/Inline/Inline-0.44-r1.ebuild')
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 1a1870b27973..fa80fdf5a6d1 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-2004 Gentoo Technologies, Inc. # 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.7 2004/04/15 02:41:25 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.8 2004/06/03 17:13:30 agriffis Exp $ inherit perl-module eutils @@ -24,7 +24,7 @@ src_unpack() { cd ${S} #gtk-2 suggested patch - if [ "`use gtk2`" ] + if use gtk2 then epatch ${FILESDIR}/gtk2-patch.diff fi |