diff options
author | Markus Meier <maekke@gentoo.org> | 2010-08-23 21:09:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-08-23 21:09:46 +0000 |
commit | f4b2a91ca096f2875d3ebc0e99c2f5a593f85a33 (patch) | |
tree | f46ec12f41a08167f2c0233a0149034d45503ac6 /perl-core | |
parent | arm stable, bug #333421 (diff) | |
download | gentoo-2-f4b2a91ca096f2875d3ebc0e99c2f5a593f85a33.tar.gz gentoo-2-f4b2a91ca096f2875d3ebc0e99c2f5a593f85a33.tar.bz2 gentoo-2-f4b2a91ca096f2875d3ebc0e99c2f5a593f85a33.zip |
arm stable, bug #333421
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/IO-Zlib/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/IO-Zlib/IO-Zlib-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/IO-Zlib/ChangeLog b/perl-core/IO-Zlib/ChangeLog index 1eb8b3a567cb..0e70ae22a3d0 100644 --- a/perl-core/IO-Zlib/ChangeLog +++ b/perl-core/IO-Zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/IO-Zlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/ChangeLog,v 1.12 2010/08/20 12:16:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/ChangeLog,v 1.13 2010/08/23 21:09:46 maekke Exp $ + + 23 Aug 2010; Markus Meier <maekke@gentoo.org> IO-Zlib-1.10.ebuild: + arm stable, bug #333421 20 Aug 2010; Christian Faulhammer <fauli@gentoo.org> IO-Zlib-1.10.ebuild: stable x86, bug 333421 diff --git a/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild index 365702079689..f4cf1bf8614d 100644 --- a/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild +++ b/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild,v 1.7 2010/08/20 12:16:14 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.10.ebuild,v 1.8 2010/08/23 21:09:46 maekke Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="IO:: style interface to Compress::Zlib" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-IO-Compress" |