diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-12-11 23:54:01 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-12-11 23:54:01 +0000 |
commit | d92f23bfa4dbf0d9d854116d5ca5ed5dcea4803a (patch) | |
tree | 736adb87f87e131b24224c30c56c5cfe1c9bd260 /dev-perl | |
parent | Add patch for bug 153973 - stop spewing debug files into $HOME (diff) | |
download | gentoo-2-d92f23bfa4dbf0d9d854116d5ca5ed5dcea4803a.tar.gz gentoo-2-d92f23bfa4dbf0d9d854116d5ca5ed5dcea4803a.tar.bz2 gentoo-2-d92f23bfa4dbf0d9d854116d5ca5ed5dcea4803a.zip |
Stable on ppc; bug #154244.
(Portage version: 2.1.2_rc3-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Compress-Raw-Zlib/ChangeLog b/dev-perl/Compress-Raw-Zlib/ChangeLog index f5b2e12c0d0f..19565885c7a4 100644 --- a/dev-perl/Compress-Raw-Zlib/ChangeLog +++ b/dev-perl/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Compress-Raw-Zlib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.9 2006/12/03 18:36:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.10 2006/12/11 23:54:01 pylon Exp $ + + 11 Dec 2006; Lars Weiler <pylon@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Stable on ppc; bug #154244. 03 Dec 2006; Markus Rothe <corsair@gentoo.org> Compress-Raw-Zlib-2.001.ebuild: diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild index 5ae27366fb15..c4bfb6ad7105 100644 --- a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild +++ b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.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/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild,v 1.9 2006/12/03 18:36:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.001.ebuild,v 1.10 2006/12/11 23:54:01 pylon Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 arm ~hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" +KEYWORDS="~amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" |