diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:53:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:53:36 +0000 |
commit | b94c629156854df31073c094156b5ef5e6af57dc (patch) | |
tree | 3c1f14b40aaaf2fa1164d9eae3ff6bd703d5c919 /dev-perl/Sub-Identify | |
parent | Add ChangeLog entry (diff) | |
download | historical-b94c629156854df31073c094156b5ef5e6af57dc.tar.gz historical-b94c629156854df31073c094156b5ef5e6af57dc.tar.bz2 historical-b94c629156854df31073c094156b5ef5e6af57dc.zip |
Stable on amd64 and x86 (#293622)
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Sub-Identify')
-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" |