diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-07-11 20:17:51 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-07-11 20:17:51 +0000 |
commit | 30d02e41564b979b4ff08662ea0066fde0096288 (patch) | |
tree | c0a0171d112d0ad14be93e4cff7fb0a7196ecfb8 /dev-perl/File-Slurp | |
parent | Stable on ppc64; bug #184881 (diff) | |
download | gentoo-2-30d02e41564b979b4ff08662ea0066fde0096288.tar.gz gentoo-2-30d02e41564b979b4ff08662ea0066fde0096288.tar.bz2 gentoo-2-30d02e41564b979b4ff08662ea0066fde0096288.zip |
Added ~ppc64; bug #184971
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/File-Slurp')
-rw-r--r-- | dev-perl/File-Slurp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog index 16f067215b4a..31b64b825376 100644 --- a/dev-perl/File-Slurp/ChangeLog +++ b/dev-perl/File-Slurp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Slurp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.35 2007/03/05 11:51:20 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.36 2007/07/11 20:17:51 corsair Exp $ + + 11 Jul 2007; Markus Rothe <corsair@gentoo.org> File-Slurp-9999.12.ebuild: + Added ~ppc64; bug #184971 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> File-Slurp-9999.12.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild index e30119433e85..acabafb647db 100644 --- a/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild +++ b/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild,v 1.12 2007/07/10 23:33:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild,v 1.13 2007/07/11 20:17:51 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/U/UR/URI/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |