diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:52:28 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:52:28 +0000 |
commit | 2c590f2d3cb64cc88b9813f4dd1bee8fc2b37e09 (patch) | |
tree | c7f4b15801e1c83ca7666b6858260873bd850bc6 /dev-perl | |
parent | oops, forgot to change prefix (diff) | |
download | gentoo-2-2c590f2d3cb64cc88b9813f4dd1bee8fc2b37e09.tar.gz gentoo-2-2c590f2d3cb64cc88b9813f4dd1bee8fc2b37e09.tar.bz2 gentoo-2-2c590f2d3cb64cc88b9813f4dd1bee8fc2b37e09.zip |
fixed typo, thanks Joshua Pierre
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7004.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild index f6b16c3aa197..9ee4876f5aa1 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild,v 1.4 2001/06/06 16:55:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild,v 1.5 2001/10/06 10:52:28 hallski Exp $ A=Gtk-Perl-${PV}.tar.gz S=${WORKDIR}/Gtk-Perl-${PV} DESCRIPTION="Perl bindings for GTK" SRC_URI="ftp://ftp.rz.ruhr-uni-bochum.de/pub/CPAN/authors/id/L/LU/LUPUS/${A}" -HOEMPAGE="http://www.perl.org/" +HOMEPAGE="http://www.perl.org/" DEPEND=">=x11-libs/gtk+-1.2.8 sys-devel/perl" |