diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:25:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-02 09:25:18 +0000 |
commit | fee3795b640c982be5427ede12b1f7ba20653c38 (patch) | |
tree | 00f0a5f5e5f0a0bdd1a28f94c249f14f3378730d /dev-perl/MRO-Compat | |
parent | Stable on amd64 and x86 (#293622) (diff) | |
download | gentoo-2-fee3795b640c982be5427ede12b1f7ba20653c38.tar.gz gentoo-2-fee3795b640c982be5427ede12b1f7ba20653c38.tar.bz2 gentoo-2-fee3795b640c982be5427ede12b1f7ba20653c38.zip |
Stable on amd64 and x86 (#293622)
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MRO-Compat')
-rw-r--r-- | dev-perl/MRO-Compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/MRO-Compat/MRO-Compat-0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/MRO-Compat/ChangeLog b/dev-perl/MRO-Compat/ChangeLog index 201d9728f1be..d485da207999 100644 --- a/dev-perl/MRO-Compat/ChangeLog +++ b/dev-perl/MRO-Compat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MRO-Compat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MRO-Compat/ChangeLog,v 1.6 2009/10/26 13:49:04 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MRO-Compat/ChangeLog,v 1.7 2009/12/02 09:25:18 tove Exp $ + + 02 Dec 2009; Torsten Veller <tove@gentoo.org> MRO-Compat-0.11.ebuild: + Stable on amd64 and x86 (#293622) 26 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> MRO-Compat-0.11.ebuild: Keywording for ppc, bug 283244 diff --git a/dev-perl/MRO-Compat/MRO-Compat-0.11.ebuild b/dev-perl/MRO-Compat/MRO-Compat-0.11.ebuild index 5676f577c3f9..0ec4139a587a 100644 --- a/dev-perl/MRO-Compat/MRO-Compat-0.11.ebuild +++ b/dev-perl/MRO-Compat/MRO-Compat-0.11.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/MRO-Compat/MRO-Compat-0.11.ebuild,v 1.2 2009/10/26 13:49:04 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MRO-Compat/MRO-Compat-0.11.ebuild,v 1.3 2009/12/02 09:25:18 tove Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Lets you build groups of accessors" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="test" RDEPEND=" |