diff options
author | 2013-02-18 20:43:21 +0000 | |
---|---|---|
committer | 2013-02-18 20:43:21 +0000 | |
commit | 0334b500b3087b68a5ffff74075909c53edb09a6 (patch) | |
tree | 285f2fc8a768457a359063af1efa66956805cad4 /dev-perl/SVG | |
parent | Fix existing activities edition, bug #455536 by Wayne (diff) | |
download | gentoo-2-0334b500b3087b68a5ffff74075909c53edb09a6.tar.gz gentoo-2-0334b500b3087b68a5ffff74075909c53edb09a6.tar.bz2 gentoo-2-0334b500b3087b68a5ffff74075909c53edb09a6.zip |
Stable for ppc, wrt bug #458136
(Portage version: 2.1.11.50/cvs/Linux ppc64, 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.530.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 7f3f65d57cfe..7f4c2c3167eb 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.51 2013/02/18 19:16:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.52 2013/02/18 20:43:21 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> SVG-2.530.0.ebuild: + Stable for ppc, wrt bug #458136 *SVG-2.540.0 (18 Feb 2013) diff --git a/dev-perl/SVG/SVG-2.530.0.ebuild b/dev-perl/SVG/SVG-2.530.0.ebuild index 505e9b1b6b8b..f5d47b0a5b67 100644 --- a/dev-perl/SVG/SVG-2.530.0.ebuild +++ b/dev-perl/SVG/SVG-2.530.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.530.0.ebuild,v 1.4 2013/02/18 18:34:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.530.0.ebuild,v 1.5 2013/02/18 20:43:21 ago Exp $ EAPI=4 @@ -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" |