diff options
author | Hardave Rior <hardave@gentoo.org> | 2004-11-21 21:29:23 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2004-11-21 21:29:23 +0000 |
commit | c5253bf783e785eedb7c7064ac6c7f5150d1173c (patch) | |
tree | 486263c36b66fc8e3abe799f21a5525e80394c40 /dev-perl/IO-Zlib | |
parent | -j1 to fix bug #71956. (diff) | |
download | gentoo-2-c5253bf783e785eedb7c7064ac6c7f5150d1173c.tar.gz gentoo-2-c5253bf783e785eedb7c7064ac6c7f5150d1173c.tar.bz2 gentoo-2-c5253bf783e785eedb7c7064ac6c7f5150d1173c.zip |
Stable on mips, dep for bug #68570
Diffstat (limited to 'dev-perl/IO-Zlib')
-rw-r--r-- | dev-perl/IO-Zlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IO-Zlib/ChangeLog b/dev-perl/IO-Zlib/ChangeLog index 94e214762c1f..0f6da7909150 100644 --- a/dev-perl/IO-Zlib/ChangeLog +++ b/dev-perl/IO-Zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Zlib # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/ChangeLog,v 1.4 2004/06/25 00:40:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/ChangeLog,v 1.5 2004/11/21 21:29:23 hardave Exp $ + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> IO-Zlib-1.01.ebuild: + Stable on mips, dep for bug #68570 19 Jan 2004; Eric Sammer <esammer@gentoo.org> IO-Zlib-1.01.ebuild: Marking stable on ppc and alpha to fix broken deps with Archive-Tar. No bugs diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild index 9f9a32dc036e..60b49ca4c077 100644 --- a/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild +++ b/dev-perl/IO-Zlib/IO-Zlib-1.01.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/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.9 2004/10/31 09:01:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.01.ebuild,v 1.10 2004/11/21 21:29:23 hardave Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" DEPEND="dev-perl/Compress-Zlib" |