diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-22 19:40:07 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-22 19:40:07 +0000 |
commit | 8c144f5860b58c78fcf41b0a79ecd60a4fb3142f (patch) | |
tree | 88b0f331ad5ced07e432e0bda8fea526c0d1407d /dev-perl/UNIVERSAL-require | |
parent | Manifest fix, bug #144663. (diff) | |
download | gentoo-2-8c144f5860b58c78fcf41b0a79ecd60a4fb3142f.tar.gz gentoo-2-8c144f5860b58c78fcf41b0a79ecd60a4fb3142f.tar.bz2 gentoo-2-8c144f5860b58c78fcf41b0a79ecd60a4fb3142f.zip |
mark ~ppc (Bug #143279)
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/UNIVERSAL-require')
-rw-r--r-- | dev-perl/UNIVERSAL-require/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/UNIVERSAL-require/ChangeLog b/dev-perl/UNIVERSAL-require/ChangeLog index 988e39dae700..9c41a2ef83a4 100644 --- a/dev-perl/UNIVERSAL-require/ChangeLog +++ b/dev-perl/UNIVERSAL-require/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-require # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.1 2006/08/09 05:10:19 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.2 2006/08/22 19:40:07 wormo Exp $ + + 22 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> + UNIVERSAL-require-0.10.ebuild: + mark ~ppc (Bug #143279) *UNIVERSAL-require-0.10 (09 Aug 2006) diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild index d362c5d8b27d..26b4b4218234 100644 --- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild,v 1.1 2006/08/09 05:10:19 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.10.ebuild,v 1.2 2006/08/22 19:40:07 wormo Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" SRC_TEST="do" |