diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-18 14:32:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-18 14:32:28 +0000 |
commit | 3ffad90783296dd0b1f554bef0d6ad771e5f5725 (patch) | |
tree | e94c5936b28dd688c7e591c908eaa5da60ffb3ef /dev-perl/gtk-perl | |
parent | hmmm...why didn't this go up last time? (diff) | |
download | gentoo-2-3ffad90783296dd0b1f554bef0d6ad771e5f5725.tar.gz gentoo-2-3ffad90783296dd0b1f554bef0d6ad771e5f5725.tar.bz2 gentoo-2-3ffad90783296dd0b1f554bef0d6ad771e5f5725.zip |
typo correction
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild index 92b5b17ef8ec..c05b5dbd6183 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild,v 1.10 2002/10/18 14:25:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r4.ebuild,v 1.11 2002/10/18 14:32:28 mcummings Exp $ inherit perl-module @@ -24,7 +24,7 @@ newdepend "=x11-libs/gtk+-1.2* \ mydoc="VERSIONS WARNING NOTES" -myconf="${myconf} --withoutguessing" +myconf="${myconf} --without-guessing" src_compile() { |