diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:51:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:51:57 +0000 |
commit | 27f4489ed3a8e0991b9522f8cdeeb3e85ffcfc57 (patch) | |
tree | 4d531b438c11c4c642c3da10c106d6ceb2dfbbf4 /dev-perl | |
parent | Add ChangeLog entry (diff) | |
download | gentoo-2-27f4489ed3a8e0991b9522f8cdeeb3e85ffcfc57.tar.gz gentoo-2-27f4489ed3a8e0991b9522f8cdeeb3e85ffcfc57.tar.bz2 gentoo-2-27f4489ed3a8e0991b9522f8cdeeb3e85ffcfc57.zip |
Stable on amd64 and x86 (#293622)
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sub-Identify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Identify/Sub-Identify-0.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Identify/ChangeLog b/dev-perl/Sub-Identify/ChangeLog index 078492ef7615..2c8d0e5205d3 100644 --- a/dev-perl/Sub-Identify/ChangeLog +++ b/dev-perl/Sub-Identify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Identify # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/ChangeLog,v 1.2 2009/10/26 13:41:04 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/ChangeLog,v 1.3 2009/12/02 09:51:57 tove Exp $ + + 02 Dec 2009; Torsten Veller <tove@gentoo.org> Sub-Identify-0.04.ebuild: + Stable on amd64 and x86 (#293622) 26 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> Sub-Identify-0.04.ebuild: Keywording for ppc, bug 283244 diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.04.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.04.ebuild index 4d3b4d5c626d..dfd22da9061e 100644 --- a/dev-perl/Sub-Identify/Sub-Identify-0.04.ebuild +++ b/dev-perl/Sub-Identify/Sub-Identify-0.04.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/Sub-Identify/Sub-Identify-0.04.ebuild,v 1.2 2009/10/26 13:41:04 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/Sub-Identify-0.04.ebuild,v 1.3 2009/12/02 09:51:57 tove Exp $ MODULE_AUTHOR=RGARCIA inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Retrieve names of code references" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="test" RDEPEND="dev-lang/perl" |