diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 12:01:27 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-22 12:01:27 +0000 |
commit | 4efbd8854403cb3d4f3b9991e84023d38d2d84e4 (patch) | |
tree | a0a1dde5c6b6596c96d97d18a433f280f5a9c634 /dev-perl/module-info/module-info-0.26.ebuild | |
parent | added ~ppc64 (diff) | |
download | historical-4efbd8854403cb3d4f3b9991e84023d38d2d84e4.tar.gz historical-4efbd8854403cb3d4f3b9991e84023d38d2d84e4.tar.bz2 historical-4efbd8854403cb3d4f3b9991e84023d38d2d84e4.zip |
added ~ppc64
Diffstat (limited to 'dev-perl/module-info/module-info-0.26.ebuild')
-rw-r--r-- | dev-perl/module-info/module-info-0.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/module-info/module-info-0.26.ebuild b/dev-perl/module-info/module-info-0.26.ebuild index c8af24b55044..b9c01bd61383 100644 --- a/dev-perl/module-info/module-info-0.26.ebuild +++ b/dev-perl/module-info/module-info-0.26.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/module-info/module-info-0.26.ebuild,v 1.5 2004/11/21 21:48:06 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.26.ebuild,v 1.6 2004/12/22 11:51:05 nigoro Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa mips ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa mips ppc ~sparc ~x86 ~ppc64" IUSE="" SRC_TEST="do" |