commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 08:49:23 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 08:49:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d
sys-cluster/libquo: use fortran-2.eclass
Package-Manager: portage-2.2.20.1
sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
EAPI=5
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git
https://github.com/losalamos/${PN}.git"