diff options
author | 2012-10-16 19:00:19 +0000 | |
---|---|---|
committer | 2012-10-16 19:00:19 +0000 | |
commit | fc1b8b3a33b71f0a014bf4db007daf2edeea3a56 (patch) | |
tree | 810399285fd19f12b5c5009062a4b0be5cda7227 /sci-physics/geant/geant-4.9.2_p02.ebuild | |
parent | sci-physics/herwig: Remove virtual/fortran and always call fortran-2_pkg_setu... (diff) | |
download | gentoo-2-fc1b8b3a33b71f0a014bf4db007daf2edeea3a56.tar.gz gentoo-2-fc1b8b3a33b71f0a014bf4db007daf2edeea3a56.tar.bz2 gentoo-2-fc1b8b3a33b71f0a014bf4db007daf2edeea3a56.zip |
sci-physics/geant: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-physics/geant/geant-4.9.2_p02.ebuild')
-rw-r--r-- | sci-physics/geant/geant-4.9.2_p02.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-physics/geant/geant-4.9.2_p02.ebuild b/sci-physics/geant/geant-4.9.2_p02.ebuild index f99b090593d8..c61491acdb9a 100644 --- a/sci-physics/geant/geant-4.9.2_p02.ebuild +++ b/sci-physics/geant/geant-4.9.2_p02.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.2_p02.ebuild,v 1.16 2011/08/02 05:50:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.2_p02.ebuild,v 1.17 2012/10/16 19:00:19 jlec Exp $ EAPI=2 -inherit eutils fortran-2 toolchain-funcs versionator +inherit eutils fortran-2 multilib toolchain-funcs versionator PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) @@ -32,7 +32,6 @@ IUSE="aida athena +data dawn debug examples gdml geant3 global minimal +motif +opengl openinventor qt4 +raytracerx static +vrml zlib" RDEPEND=" - virtual/fortran <sci-physics/clhep-2.1 motif? ( x11-libs/openmotif:0 ) athena? ( x11-libs/libXaw ) |