summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 08:21:20 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 08:21:20 +0000
commit75a585633501fea362f3108aff10872c5cae5acb (patch)
tree1d7d429262a7ea8bef0773bc9786a22ea8a462d9 /sci-libs/cbflib/cbflib-0.9.0-r3.ebuild
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-75a585633501fea362f3108aff10872c5cae5acb.tar.gz
gentoo-2-75a585633501fea362f3108aff10872c5cae5acb.tar.bz2
gentoo-2-75a585633501fea362f3108aff10872c5cae5acb.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib/cbflib-0.9.0-r3.ebuild')
-rw-r--r--sci-libs/cbflib/cbflib-0.9.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild
index ddf442268f31..1c5272ce95e5 100644
--- a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild
+++ b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.3 2011/01/16 10:54:32 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.4 2011/06/21 08:21:20 jlec Exp $
EAPI="3"
@@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils eutils flag-o-matic toolchain-funcs
+inherit distutils eutils fortran-2 flag-o-matic toolchain-funcs
PYTHON_MODNAME="pycbf.py"
MY_P1="CBFlib-${PV}"