diff options
Diffstat (limited to 'sci-physics/root/root-5.26.00e-r1.ebuild')
-rw-r--r-- | sci-physics/root/root-5.26.00e-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-physics/root/root-5.26.00e-r1.ebuild b/sci-physics/root/root-5.26.00e-r1.ebuild index fc9b236805e9..096d212b2e0c 100644 --- a/sci-physics/root/root-5.26.00e-r1.ebuild +++ b/sci-physics/root/root-5.26.00e-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.8 2011/06/06 01:31:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.9 2011/06/21 09:55:10 jlec Exp $ EAPI=3 PYTHON_DEPEND="python? 2" -inherit versionator eutils elisp-common fdo-mime python toolchain-funcs +inherit versionator eutils fortran-2 elisp-common fdo-mime python toolchain-funcs DOC_PV=$(get_major_version)_$(get_version_component_range 2) ROOFIT_DOC_PV=2.91-33 @@ -76,6 +76,7 @@ RDEPEND="${CDEPEND} S="${WORKDIR}/${PN}" pkg_setup() { + fortran-2_pkg_setup elog elog "You may want to build ROOT with these non Gentoo extra packages:" elog "AliEn, castor, Chirp, dCache, gfal, gLite, Globus," |