diff options
author | 2012-02-25 17:53:09 +0000 | |
---|---|---|
committer | 2012-02-25 17:53:09 +0000 | |
commit | e6d4c0b7b9f07e3a87f180c5d48e6985fb730f3b (patch) | |
tree | 2ccd4fa25de6742ab7fc7bbc55a31134c4faecd6 /dev-perl/ExtUtils-F77 | |
parent | Stable on alpha, bug #400103 (diff) | |
download | gentoo-2-e6d4c0b7b9f07e3a87f180c5d48e6985fb730f3b.tar.gz gentoo-2-e6d4c0b7b9f07e3a87f180c5d48e6985fb730f3b.tar.bz2 gentoo-2-e6d4c0b7b9f07e3a87f180c5d48e6985fb730f3b.zip |
Stable on alpha, bug #400111
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 097e0a9bf264..7226f8c92bd6 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.43 2012/02/24 10:11:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.44 2012/02/25 17:53:09 klausman Exp $ + + 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> + ExtUtils-F77-1.170.0.ebuild: + Stable on alpha, bug #400111 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> ExtUtils-F77-1.170.0.ebuild: Stable for amd64, wrt bug #400111 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 d61051afd05f..aadd4ca2b17b 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 # 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.2 2012/02/24 10:11:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild,v 1.3 2012/02/25 17:53:09 klausman 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" IUSE="" SRC_TEST="do" |