diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:17:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-15 14:17:40 +0000 |
commit | 862512428993ff06a39ac2f25f783a9258fbcb84 (patch) | |
tree | db1e642d63e7457a410462d0df3f945e07953183 /dev-perl/SVG | |
parent | Stable for x86, wrt bug #463058 (diff) | |
download | gentoo-2-862512428993ff06a39ac2f25f783a9258fbcb84.tar.gz gentoo-2-862512428993ff06a39ac2f25f783a9258fbcb84.tar.bz2 gentoo-2-862512428993ff06a39ac2f25f783a9258fbcb84.zip |
Stable for x86, wrt bug #463060
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.540.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index e28924096268..ec539055c6d3 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVG # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.53 2013/05/15 14:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.54 2013/05/15 14:17:40 ago Exp $ + + 15 May 2013; Agostino Sarubbo <ago@gentoo.org> SVG-2.540.0.ebuild: + Stable for x86, wrt bug #463060 15 May 2013; Agostino Sarubbo <ago@gentoo.org> SVG-2.540.0.ebuild: Stable for amd64, wrt bug #463060 diff --git a/dev-perl/SVG/SVG-2.540.0.ebuild b/dev-perl/SVG/SVG-2.540.0.ebuild index 5f4bf751f739..7e9323ecc8e2 100644 --- a/dev-perl/SVG/SVG-2.540.0.ebuild +++ b/dev-perl/SVG/SVG-2.540.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.540.0.ebuild,v 1.2 2013/05/15 14:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.540.0.ebuild,v 1.3 2013/05/15 14:17:40 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="test" RDEPEND="virtual/perl-parent" |