diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
commit | 30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc (patch) | |
tree | b172af18afb994653ab0daa402c7deed648ac30e /dev-perl/ExtUtils-F77 | |
parent | arm/hppa/ia64 stable (diff) | |
download | historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.gz historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.bz2 historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.zip |
arm/ia64 lovin
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild index a96f4084c85d..41437bdb25c2 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.13 2005/01/04 12:56:56 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.14 2005/03/13 03:33:29 vapier Exp $ inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~kgb/${P}/" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 amd64 ppc alpha hppa sparc mips" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" IUSE="" |