diff options
author | 2006-01-21 21:31:45 +0000 | |
---|---|---|
committer | 2006-01-21 21:31:45 +0000 | |
commit | 2d847feb13eb4096291f42a478142d1d85f6c4cc (patch) | |
tree | 7e838c92ed80c9d9a6bb3ad1d3e722b59c44ca65 /dev-perl/IO-Zlib | |
parent | Version bump and fix for bug #108688, bug #110343 (diff) | |
download | gentoo-2-2d847feb13eb4096291f42a478142d1d85f6c4cc.tar.gz gentoo-2-2d847feb13eb4096291f42a478142d1d85f6c4cc.tar.bz2 gentoo-2-2d847feb13eb4096291f42a478142d1d85f6c4cc.zip |
Stable on ppc64
(Portage version: 2.0.53)
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.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IO-Zlib/ChangeLog b/dev-perl/IO-Zlib/ChangeLog index 8e81f227ea54..0b3f501bd08c 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/ChangeLog,v 1.13 2006/01/15 10:55:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/ChangeLog,v 1.14 2006/01/21 21:29:59 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> IO-Zlib-1.04.ebuild: + Stable on ppc64 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> IO-Zlib-1.04.ebuild: Stable on ppc. diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild index 7c9b2c424b3f..36de696e05b0 100644 --- a/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild +++ b/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.04.ebuild,v 1.7 2006/01/15 10:55:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild,v 1.8 2006/01/21 21:29:59 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/T/TO/TOMHUGHES/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |