diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:19:44 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:19:44 +0000 |
commit | 5549d39835d7af669f50fe98c22e5680f6657610 (patch) | |
tree | 7c2a6eaff7dbf3376c9dfc4c579637e8722b605c /dev-perl/SVG | |
parent | ppc stable #323529 (diff) | |
download | gentoo-2-5549d39835d7af669f50fe98c22e5680f6657610.tar.gz gentoo-2-5549d39835d7af669f50fe98c22e5680f6657610.tar.bz2 gentoo-2-5549d39835d7af669f50fe98c22e5680f6657610.zip |
ppc stable #323529
(Portage version: 2.1.8.3/cvs/Linux ppc, RepoMan options: --force)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r-- | dev-perl/SVG/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SVG/SVG-2.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog index 14911a983efd..c584bcfa59a8 100644 --- a/dev-perl/SVG/ChangeLog +++ b/dev-perl/SVG/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SVG # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.34 2010/06/21 20:21:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.35 2010/06/27 19:19:44 nixnut Exp $ + + 27 Jun 2010; <nixnut@gentoo.org> SVG-2.50.ebuild: + ppc stable #323529 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> SVG-2.50.ebuild: alpha/ia64/sparc stable wrt #323529 diff --git a/dev-perl/SVG/SVG-2.50.ebuild b/dev-perl/SVG/SVG-2.50.ebuild index a022b15d369d..531f143cd167 100644 --- a/dev-perl/SVG/SVG-2.50.ebuild +++ b/dev-perl/SVG/SVG-2.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.50.ebuild,v 1.3 2010/06/21 20:21:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.50.ebuild,v 1.4 2010/06/27 19:19:44 nixnut Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="test" RDEPEND="" |