diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-16 19:29:23 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-16 19:29:23 +0000 |
commit | 4a460f5c30ecbc76b0a5326461385407bf7afc49 (patch) | |
tree | 873044fe0b5116bbebd6fbe9d9c8b3f3990e69df /dev-perl/Proc-Simple | |
parent | Yet more licenses for the Netbeans-4.0 ebuild. Yes, we have sold our souls! (diff) | |
download | historical-4a460f5c30ecbc76b0a5326461385407bf7afc49.tar.gz historical-4a460f5c30ecbc76b0a5326461385407bf7afc49.tar.bz2 historical-4a460f5c30ecbc76b0a5326461385407bf7afc49.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 2ec98275121f..196a87669b6a 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Proc-Simple # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.9 2005/04/29 12:20:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.10 2005/05/16 19:24:34 gustavoz Exp $ + + 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Proc-Simple-1.21.ebuild: + Keyworded ~sparc 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -Proc-Simple-1.19.ebuild, Proc-Simple-1.21.ebuild: diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild index 925c2aa387a1..4a1ef73c6b91 100644 --- a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild +++ b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.3 2005/04/29 12:20:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.4 2005/05/16 19:24:34 gustavoz Exp $ inherit perl-module @@ -10,5 +10,5 @@ HOMEPAGE="http://search.cpan.org/~mschilli/${P}" SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 x86 ~ppc" +KEYWORDS="~amd64 x86 ~ppc ~sparc" IUSE="" |