diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:31:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:31:01 +0000 |
commit | 33d1d9b454970abbdbb7868b5b2d5c6ac8fcae8f (patch) | |
tree | 1d711738340cc8562671640c4b4e92b11e4afdf4 /dev-perl/SVG | |
parent | amd64 stable, bug #495464 (diff) | |
download | gentoo-2-33d1d9b454970abbdbb7868b5b2d5c6ac8fcae8f.tar.gz gentoo-2-33d1d9b454970abbdbb7868b5b2d5c6ac8fcae8f.tar.bz2 gentoo-2-33d1d9b454970abbdbb7868b5b2d5c6ac8fcae8f.zip |
amd64 stable, bug #495466
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.590.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index f516d29cc0a9..1f15a584c23b 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVG # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.58 2014/03/02 10:31:01 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> SVG-2.590.0.ebuild: + amd64 stable, bug #495466 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> SVG-2.590.0.ebuild: x86 stable wrt bug #495466 diff --git a/dev-perl/SVG/SVG-2.590.0.ebuild b/dev-perl/SVG/SVG-2.590.0.ebuild index 498132e41eb0..968b9d260d18 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-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.2 2014/02/24 01:00:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.590.0.ebuild,v 1.3 2014/03/02 10:31:01 pacho 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" |