diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 09:01:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 09:01:19 +0000 |
commit | 34aaae3b4dabab909480f7f3d010c844aa7910c0 (patch) | |
tree | 56ad99526a13b2aa0f90108dc63dd857194583b0 /dev-perl/IO-Zlib | |
parent | Clean up the install phase and try to address linking issues #66449. (Manifes... (diff) | |
download | gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.tar.gz gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.tar.bz2 gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.zip |
hppa stable for #68570
Diffstat (limited to 'dev-perl/IO-Zlib')
-rw-r--r-- | dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild index 2c44831507f9..9f9a32dc036e 100644 --- a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild +++ b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.8 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.9 2004/10/31 09:01:11 vapier Exp $ inherit perl-module DESCRIPTION="IO:: style interface to Compress::Zlib" -SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 alpha ~hppa ~mips ppc sparc" +SLOT="0" +KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" IUSE="" DEPEND="dev-perl/Compress-Zlib" |