diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 09:30:40 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 09:30:40 +0000 |
commit | e30fba4049b512b2b5efada6b3171f115a661b7c (patch) | |
tree | 7ef38aedd29abf243f87e794c5a4d2f2b29ed6c8 /dev-perl/Error/Error-0.15-r2.ebuild | |
parent | Added get_abi_var() and friends for my sparc64-multilib (and possibly soon ot... (diff) | |
download | historical-e30fba4049b512b2b5efada6b3171f115a661b7c.tar.gz historical-e30fba4049b512b2b5efada6b3171f115a661b7c.tar.bz2 historical-e30fba4049b512b2b5efada6b3171f115a661b7c.zip |
added ~ppc64
Diffstat (limited to 'dev-perl/Error/Error-0.15-r2.ebuild')
-rw-r--r-- | dev-perl/Error/Error-0.15-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Error/Error-0.15-r2.ebuild b/dev-perl/Error/Error-0.15-r2.ebuild index 69092ef252c4..9e62f3474dbe 100644 --- a/dev-perl/Error/Error-0.15-r2.ebuild +++ b/dev-perl/Error/Error-0.15-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.15-r2.ebuild,v 1.12 2004/10/16 23:57:21 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.15-r2.ebuild,v 1.13 2004/12/23 09:30:40 nigoro Exp $ inherit perl-module @@ -11,5 +11,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Error/${P}.readme" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha ~mips s390" +KEYWORDS="x86 amd64 ppc sparc alpha ~mips s390 ~ppc64" IUSE="" |