diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-20 19:59:55 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-20 19:59:55 +0000 |
commit | 61e9591b28c50de95545a96f502224b1031f059f (patch) | |
tree | a632e4b60aef7de98e72e6a3dfc5b94a1e30cc9e /dev-perl/String-Format | |
parent | Added a patch to work with >media-lib/xine-lib-1.1.10.1, bug 209849. (diff) | |
download | historical-61e9591b28c50de95545a96f502224b1031f059f.tar.gz historical-61e9591b28c50de95545a96f502224b1031f059f.tar.bz2 historical-61e9591b28c50de95545a96f502224b1031f059f.zip |
Added ~ppc wrt bug 207343
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 8813f73af703..8065583e0f24 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.7 2007/12/27 13:41:33 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.8 2008/02/20 19:50:24 nixnut Exp $ + + 20 Feb 2008; nixnut <nixnut@gentoo.org> String-Format-1.14.ebuild: + Added ~ppc wrt bug 207343 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> String-Format-1.14.ebuild: Stable on x86. diff --git a/dev-perl/String-Format/String-Format-1.14.ebuild b/dev-perl/String-Format/String-Format-1.14.ebuild index 72de59af3d4d..f1fe9ed119ff 100644 --- a/dev-perl/String-Format/String-Format-1.14.ebuild +++ b/dev-perl/String-Format/String-Format-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.14.ebuild,v 1.8 2007/12/27 13:41:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.14.ebuild,v 1.9 2008/02/20 19:50:24 nixnut Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DA/DARREN/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" SRC_TEST="do" |