diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:27:04 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:27:04 +0000 |
commit | 0898ebe4678851de6c744cb232ed5beb64e75458 (patch) | |
tree | 858b82d6ca0e3d2ddcd0ebd5c2750826c474a077 /dev-perl/IO-Zlib | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-0898ebe4678851de6c744cb232ed5beb64e75458.tar.gz gentoo-2-0898ebe4678851de6c744cb232ed5beb64e75458.tar.bz2 gentoo-2-0898ebe4678851de6c744cb232ed5beb64e75458.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
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 0b3f501bd08c..babc4bde2842 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.14 2006/01/21 21:29:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/ChangeLog,v 1.15 2006/02/06 20:25:51 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> IO-Zlib-1.04.ebuild: + stable on amd64 21 Jan 2006; Markus Rothe <corsair@gentoo.org> IO-Zlib-1.04.ebuild: Stable on ppc64 diff --git a/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild b/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild index 36de696e05b0..a306847f2432 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.8 2006/01/21 21:29:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Zlib/IO-Zlib-1.04.ebuild,v 1.9 2006/02/06 20:25:51 blubb 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" |