diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-10 08:01:08 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-10 08:01:08 +0000 |
commit | 4161ad310619dbfb9cbc7ff5bea064442a1c00a5 (patch) | |
tree | e8e14e8344a0ee04c2d7a8f275e1ebc81b4e17fd /dev-perl/String-Format | |
parent | stable x86, bug 283969 (diff) | |
download | gentoo-2-4161ad310619dbfb9cbc7ff5bea064442a1c00a5.tar.gz gentoo-2-4161ad310619dbfb9cbc7ff5bea064442a1c00a5.tar.bz2 gentoo-2-4161ad310619dbfb9cbc7ff5bea064442a1c00a5.zip |
x86 stable, bug 283969
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index e709762a8b5c..6f074e5c4d2e 100644 --- a/dev-perl/String-Format/ChangeLog +++ b/dev-perl/String-Format/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2009/09/07 08:08:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.13 2009/09/10 08:01:07 fauli Exp $ + + 10 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + String-Format-1.16.ebuild: + x86 stable, bug 283969 07 Sep 2009; Torsten Veller <tove@gentoo.org> -String-Format-1.15.ebuild: Cleanup diff --git a/dev-perl/String-Format/String-Format-1.16.ebuild b/dev-perl/String-Format/String-Format-1.16.ebuild index bbf9c99669d8..ac58752f0353 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.2 2009/05/25 16:25:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.3 2009/09/10 08:01:08 fauli 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 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" SRC_TEST="do" |