diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:34:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 18:34:34 +0000 |
commit | f10858eecba5622ed9c01df70a3d9b1246ab34ae (patch) | |
tree | fab4627987ae98398a4068805032791ed9ed3049 /dev-perl/SVG | |
parent | Stable for x86, wrt bug #458146 (diff) | |
download | gentoo-2-f10858eecba5622ed9c01df70a3d9b1246ab34ae.tar.gz gentoo-2-f10858eecba5622ed9c01df70a3d9b1246ab34ae.tar.bz2 gentoo-2-f10858eecba5622ed9c01df70a3d9b1246ab34ae.zip |
Stable for x86, wrt bug #458136
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.530.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 846b65b68e68..32ac7e832ce5 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVG -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.48 2012/09/02 15:12:29 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.49 2013/02/18 18:34:34 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> SVG-2.530.0.ebuild: + Stable for x86, wrt bug #458136 02 Sep 2012; Torsten Veller <tove@gentoo.org> -SVG-2.500.0.ebuild, -SVG-2.520.0.ebuild: diff --git a/dev-perl/SVG/SVG-2.530.0.ebuild b/dev-perl/SVG/SVG-2.530.0.ebuild index 860efeaeb213..7b811a017d48 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-2012 Gentoo Foundation +# 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.2 2012/08/27 18:35:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.530.0.ebuild,v 1.3 2013/02/18 18:34:34 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" |