diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:00:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:00:38 +0000 |
commit | 4b6189f1e9ed73ee760849e12a26f40200c51a8b (patch) | |
tree | 89df48a5fcdf92e088c5d7519399afb6bc847c25 /dev-perl/SVG | |
parent | x86 stable wrt bug #499322 (diff) | |
download | gentoo-2-4b6189f1e9ed73ee760849e12a26f40200c51a8b.tar.gz gentoo-2-4b6189f1e9ed73ee760849e12a26f40200c51a8b.tar.bz2 gentoo-2-4b6189f1e9ed73ee760849e12a26f40200c51a8b.zip |
x86 stable wrt bug #495466
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.590.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 0715a16b9121..f516d29cc0a9 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.56 2013/08/15 06:47:54 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.57 2014/02/24 01:00:38 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> SVG-2.590.0.ebuild: + x86 stable wrt bug #495466 *SVG-2.590.0 (15 Aug 2013) diff --git a/dev-perl/SVG/SVG-2.590.0.ebuild b/dev-perl/SVG/SVG-2.590.0.ebuild index 530824b071c1..498132e41eb0 100644 --- a/dev-perl/SVG/SVG-2.590.0.ebuild +++ b/dev-perl/SVG/SVG-2.590.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.590.0.ebuild,v 1.1 2013/08/15 06:47:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.590.0.ebuild,v 1.2 2014/02/24 01:00:38 phajdan.jr 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" |