diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 18:54:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 18:54:13 +0000 |
commit | 11c76979e3f368374e829ad8657dcf8f93fe39c1 (patch) | |
tree | 8ca2d812d37b4cce661f95281c4876c3347ecc44 /dev-perl/PDL | |
parent | Move to ~alpha, x86 stable wrt #438080 (diff) | |
download | gentoo-2-11c76979e3f368374e829ad8657dcf8f93fe39c1.tar.gz gentoo-2-11c76979e3f368374e829ad8657dcf8f93fe39c1.tar.bz2 gentoo-2-11c76979e3f368374e829ad8657dcf8f93fe39c1.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/PDL/PDL-2.4.11.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index 2eae850f8c7c..80edde14565e 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PDL # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.103 2012/09/29 16:02:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.104 2012/10/14 18:54:13 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> PDL-2.4.11.ebuild: + Prepare for fortran2.eclass update 29 Sep 2012; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild, PDL-2.4.7.ebuild: diff --git a/dev-perl/PDL/PDL-2.4.11.ebuild b/dev-perl/PDL/PDL-2.4.11.ebuild index 2139b8484585..aa3aad89a065 100644 --- a/dev-perl/PDL/PDL-2.4.11.ebuild +++ b/dev-perl/PDL/PDL-2.4.11.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.3 2012/08/28 16:37:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.4 2012/10/14 18:54:13 jlec Exp $ EAPI=4 MODULE_AUTHOR=CHM +FORTRAN_NEEDED=fortran inherit perl-module eutils fortran-2 HOMEPAGE="http://pdl.perl.org/" |