diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-15 09:21:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-15 09:21:08 +0000 |
commit | 3fa0206b8879c26add3541beeeeabbd77b3b3f08 (patch) | |
tree | 943a1c5406927552ba7120f8711abfa03562c7bc /dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild | |
parent | Added arts as a dependency because you can't build without mcopidl. (Manifest... (diff) | |
download | gentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.tar.gz gentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.tar.bz2 gentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.zip |
typos. bug 60272
Diffstat (limited to 'dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild')
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild index 0b401c740cd3..1c18325e932a 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.4 2004/07/14 17:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.5 2004/10/15 09:21:08 mcummings Exp $ inherit perl-module eutils @@ -25,7 +25,7 @@ DEPEND="${DEPEND} mydoc="VERSIONS WARNING NOTES" use gnome || myconf="${myconf} --without-gnome --without-gnomeprint --without-applets" -use opengl || mycong="${myconf} --without-gtkglarea" +use opengl || myconf="${myconf} --without-gtkglarea" src_unpack() { |