aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/f90cache/ChangeLog3
-rw-r--r--dev-util/f90cache/f90cache-0.93.7.ebuild11
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/f90cache/ChangeLog b/dev-util/f90cache/ChangeLog
index 4c8e4635d..1f7352ebe 100644
--- a/dev-util/f90cache/ChangeLog
+++ b/dev-util/f90cache/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Oct 2012; Justin Lecher <jlec@gentoo.org> f90cache-0.93.7.ebuild:
+ Use fortran-2.eclass
+
*f90cache-0.93.7 (14 Jul 2012)
14 Jul 2012; Christoph Junghans <ottxor@gentoo.org> +f90cache-0.93.7.ebuild,
diff --git a/dev-util/f90cache/f90cache-0.93.7.ebuild b/dev-util/f90cache/f90cache-0.93.7.ebuild
index 443ad58bc..16fcd3aaa 100644
--- a/dev-util/f90cache/f90cache-0.93.7.ebuild
+++ b/dev-util/f90cache/f90cache-0.93.7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.7.ebuild,v 1.9 2012/07/01 16:39:59 armin76 Exp $
+# $Header: $
-EAPI="4"
+EAPI=5
-inherit multilib toolchain-funcs
+inherit fortran-2 multilib toolchain-funcs
DESCRIPTION="a compiler cache for fortran"
HOMEPAGE="http://people.irisa.fr/Edouard.Canot/f90cache/"
@@ -15,9 +15,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/fortran"
-RDEPEND="${DEPEND}
- dev-util/ccache"
+DEPEND=""
+RDEPEND="dev-util/ccache"
src_prepare() {
sed -i -e '/^CFLAGS/d' -e 's/CFLAGS/LDFLAGS/' Makefile.in || die