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 | 05d836a5301ad43c0263f0a1f6506760f0bdfdf9 (patch) | |
tree | 1e00c1ee20d6ba6e3c82c1fe89ae5362909b89a1 /dev-perl/Proc-Simple | |
parent | Yet more licenses for the Netbeans-4.0 ebuild. Yes, we have sold our souls! (diff) | |
download | gentoo-2-05d836a5301ad43c0263f0a1f6506760f0bdfdf9.tar.gz gentoo-2-05d836a5301ad43c0263f0a1f6506760f0bdfdf9.tar.bz2 gentoo-2-05d836a5301ad43c0263f0a1f6506760f0bdfdf9.zip |
Keyworded ~sparc
(Portage version: 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="" |