From 76bb2aed646be0498adf6344449d58add4a105d4 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 3 Jun 2004 17:16:25 +0000 Subject: Fix use invocation --- dev-perl/Inline/Inline-0.44-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-perl/Inline/Inline-0.44-r1.ebuild') 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 -- cgit v1.2.3-65-gdbad