diff options
-rw-r--r-- | dev-perl/PostScript-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog index 64068cd9d9a7..0fbbac004900 100644 --- a/dev-perl/PostScript-Simple/ChangeLog +++ b/dev-perl/PostScript-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/PostScript-Simple # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.15 2007/01/19 15:35:16 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.16 2007/12/27 13:46:30 ticho Exp $ + + 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> + PostScript-Simple-0.07.ebuild: + Stable on x86. 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> -PostScript-Simple-0.06.ebuild, PostScript-Simple-0.07.ebuild: diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild index 71f68d8a206f..92afc9ba0ae3 100644 --- a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.10 2007/07/10 23:33:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.11 2007/12/27 13:46:30 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MC/MCNEWTON/${P}.tar.gz" LICENSE="|| ( Artistic GPL-1 GPL-2 )" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc sparc ~x86" +KEYWORDS="amd64 hppa ia64 ppc sparc x86" IUSE="" DEPEND="dev-lang/perl" |