diff options
author | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:23:13 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:23:13 +0000 |
commit | 22bc5c4a12d018450038589e341205c9ed6254cf (patch) | |
tree | cb0cb61e2ff9587e574ca0069b6f2d0d93e40b0c /dev-perl/Test-LongString | |
parent | keyworded ~arch for ppc64, bug 270708 (diff) | |
download | gentoo-2-22bc5c4a12d018450038589e341205c9ed6254cf.tar.gz gentoo-2-22bc5c4a12d018450038589e341205c9ed6254cf.tar.bz2 gentoo-2-22bc5c4a12d018450038589e341205c9ed6254cf.zip |
keyworded ~arch for ppc64, bug 270553
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index d8ad2b58a028..8bec8f3baeda 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-LongString -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.22 2008/09/30 15:11:43 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.23 2009/05/25 16:23:13 ranger Exp $ + + 25 May 2009; Brent Baude <ranger@gentoo.org> Test-LongString-0.11.ebuild: + keyworded ~arch for ppc64, bug 270553 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Test-LongString-0.07.ebuild, -Test-LongString-0.09.ebuild, diff --git a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild b/dev-perl/Test-LongString/Test-LongString-0.11.ebuild index 1bd2f426d698..39c24b1f3b97 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.11.ebuild,v 1.8 2008/09/30 15:11:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.11.ebuild,v 1.9 2009/05/25 16:23:13 ranger Exp $ MODULE_AUTHOR=RGARCIA inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="A library to test long strings." LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86" +KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |