diff options
author | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:25:58 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:25:58 +0000 |
commit | eb84518bf8f860fe3c83f9c825579cbef6aab1bc (patch) | |
tree | 6f61be10bc8ea73be45fd86ea6c17e7bab69828e /dev-perl/String-Format | |
parent | Remove comment line from example site-init file (diff) | |
download | historical-eb84518bf8f860fe3c83f9c825579cbef6aab1bc.tar.gz historical-eb84518bf8f860fe3c83f9c825579cbef6aab1bc.tar.bz2 historical-eb84518bf8f860fe3c83f9c825579cbef6aab1bc.zip |
keyworded ~arch for ppc64, bug 270706
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 5017f11dfdb2..88c836199e35 100644 --- a/dev-perl/String-Format/ChangeLog +++ b/dev-perl/String-Format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/String-Format # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.10 2009/05/19 05:20:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.11 2009/05/25 16:25:58 ranger Exp $ + + 25 May 2009; Brent Baude <ranger@gentoo.org> String-Format-1.16.ebuild: + keyworded ~arch for ppc64, bug 270706 *String-Format-1.16 (19 May 2009) diff --git a/dev-perl/String-Format/String-Format-1.16.ebuild b/dev-perl/String-Format/String-Format-1.16.ebuild index 4aedf412d2b8..bbf9c99669d8 100644 --- a/dev-perl/String-Format/String-Format-1.16.ebuild +++ b/dev-perl/String-Format/String-Format-1.16.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/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.1 2009/05/19 05:20:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.2 2009/05/25 16:25:58 ranger Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format d LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |