diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-15 07:54:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-15 07:54:16 +0000 |
commit | 3a00f8bfeb9da93adc7c5fcbe31dd7f43099a62d (patch) | |
tree | 8ae396442893c4dbf1c253c1aebab0e5bfbb1ee2 /dev-perl/Proc-Simple | |
parent | Add fix for bug #84564. (diff) | |
download | gentoo-2-3a00f8bfeb9da93adc7c5fcbe31dd7f43099a62d.tar.gz gentoo-2-3a00f8bfeb9da93adc7c5fcbe31dd7f43099a62d.tar.bz2 gentoo-2-3a00f8bfeb9da93adc7c5fcbe31dd7f43099a62d.zip |
Added to ~amd64.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 7072fc79a666..2925d8f313d0 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.7 2004/07/30 16:12:19 mcummings Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.8 2005/03/15 07:52:51 eradicator Exp $ + + 15 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org> + Proc-Simple-1.21.ebuild: + Added to ~amd64. *Proc-Simple-1.21 (30 Jul 2004) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild index d97f6ba02917..7a238ba0d8f2 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-2004 Gentoo Foundation +# 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.1 2004/07/30 16:12:19 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.2 2005/03/15 07:52:51 eradicator Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://www.cpan.org/modules/by-module/Proc/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" |