diff options
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index d385e86bd55e..a354d845452a 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-F77 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.51 2012/06/24 12:59:22 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.52 2013/02/08 19:55:59 bicatali Exp $ + + 08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> + ExtUtils-F77-1.170.0.ebuild: + Keyword amd64-linux and x86-linux 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild index 03fc97d33a2e..0dbc8fbede1b 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.170.0.ebuild,v 1.8 2012/03/25 14:41:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild,v 1.9 2013/02/08 19:55:59 bicatali Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" SRC_TEST="do" |