diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-22 18:15:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-22 18:15:33 +0000 |
commit | a6d10f5b01d01c571bd587d40c952c57817a3f57 (patch) | |
tree | c53d5e9c1236ebe4d4f7e385705e85e7d0071ee5 /perl-core/Compress-Raw-Zlib | |
parent | ppc64 stable wrt #333421 (diff) | |
download | historical-a6d10f5b01d01c571bd587d40c952c57817a3f57.tar.gz historical-a6d10f5b01d01c571bd587d40c952c57817a3f57.tar.bz2 historical-a6d10f5b01d01c571bd587d40c952c57817a3f57.zip |
ppc64 stable wrt #333421
Package-Manager: portage-2.2_rc99/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.024.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 e6f63c3f928b..5fd3ce7854e8 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.34 2010/10/22 02:01:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.35 2010/10/22 18:15:33 ssuominen Exp $ + + 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> + Compress-Raw-Zlib-2.024.ebuild: + ppc64 stable wrt #333421 22 Oct 2010; Jeroen Roovers <jer@gentoo.org> Compress-Raw-Zlib-2.024.ebuild: diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild index 9a76c37d1eb0..9d2441b9eae3 100644 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.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/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild,v 1.8 2010/10/22 02:01:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.024.ebuild,v 1.9 2010/10/22 18:15:33 ssuominen 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 ~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=">=sys-libs/zlib-1.2.2.1" |