diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-03 17:41:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-03 17:41:42 +0000 |
commit | 4da2c12b0d81327ed3d097e33de85e4ff4988eda (patch) | |
tree | 6914f9ab5f596ff2144dc1c30258ca792e150890 /dev-perl/Proc-Simple | |
parent | Stable on alpha, bug #266986 (diff) | |
download | gentoo-2-4da2c12b0d81327ed3d097e33de85e4ff4988eda.tar.gz gentoo-2-4da2c12b0d81327ed3d097e33de85e4ff4988eda.tar.bz2 gentoo-2-4da2c12b0d81327ed3d097e33de85e4ff4988eda.zip |
amd64 stable, bug #268176
(Portage version: 2.1.6.12/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index a31048165834..2fabc65d9459 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Proc-Simple -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.25 2009/05/02 15:50:44 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.26 2009/05/03 17:41:42 maekke Exp $ + + 03 May 2009; Markus Meier <maekke@gentoo.org> Proc-Simple-1.24.ebuild: + amd64 stable, bug #268176 02 May 2009; nixnut <nixnut@gentoo.org> Proc-Simple-1.24.ebuild: ppc stable #268176 diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild index 53eef0d25f08..e1972e004893 100644 --- a/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild +++ b/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.24.ebuild,v 1.3 2009/05/02 15:50:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild,v 1.4 2009/05/03 17:41:42 maekke Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl Proc-Simple - Launch and control background processes." SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~ia64 ppc ~sparc x86" IUSE="" SRC_TEST="do" |