diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-07 22:43:37 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-07 22:43:37 +0000 |
commit | 27ceccbaf893cc6165e381f23392a0bddb2c20b7 (patch) | |
tree | ee4b59632422e3d7c17c11c19b5c34b9ed168784 /perl-core/Compress-Raw-Zlib | |
parent | Brown paper bag version bump, bug 295998. (diff) | |
download | gentoo-2-27ceccbaf893cc6165e381f23392a0bddb2c20b7.tar.gz gentoo-2-27ceccbaf893cc6165e381f23392a0bddb2c20b7.tar.bz2 gentoo-2-27ceccbaf893cc6165e381f23392a0bddb2c20b7.zip |
arm stable, bug #288026
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Compress-Raw-Zlib')
-rw-r--r-- | perl-core/Compress-Raw-Zlib/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Compress-Raw-Zlib/ChangeLog b/perl-core/Compress-Raw-Zlib/ChangeLog index f73ecbbe1a3e..a7b163288ae4 100644 --- a/perl-core/Compress-Raw-Zlib/ChangeLog +++ b/perl-core/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Compress-Raw-Zlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.17 2009/12/07 19:06:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.18 2009/12/07 22:43:37 maekke Exp $ + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> + Compress-Raw-Zlib-2.021.ebuild: + arm stable, bug #288026 07 Dec 2009; Jeroen Roovers <jer@gentoo.org> Compress-Raw-Zlib-2.021.ebuild: diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild index 59fe3915961b..49c9747edff3 100644 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.5 2009/12/07 19:06:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.6 2009/12/07 22:43:37 maekke Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit multilib perl-module DESCRIPTION="Low-Level Interface to zlib compression library" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="test" RDEPEND=">=sys-libs/zlib-1.2.2.1" |