diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:40:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:40:57 +0000 |
commit | 1088f28588ece17d6f6296f5ba788f91c5afc69e (patch) | |
tree | 5c8e72cc1c82cc84ebdec7d51170385006d7aeba /sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-1088f28588ece17d6f6296f5ba788f91c5afc69e.tar.gz gentoo-2-1088f28588ece17d6f6296f5ba788f91c5afc69e.tar.bz2 gentoo-2-1088f28588ece17d6f6296f5ba788f91c5afc69e.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild')
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild index 738d0b864b77..a028f788cd95 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.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-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.7 2011/06/21 09:54:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.8 2011/06/21 14:40:57 jlec Exp $ EAPI=2 inherit eutils fortran-2 toolchain-funcs @@ -20,7 +20,9 @@ KEYWORDS="amd64 x86" SLOT="0" IUSE="+herwig" -RDEPEND=">=x11-libs/openmotif-2.3:0 +RDEPEND=" + virtual/fortran +>=x11-libs/openmotif-2.3:0 dev-lang/cfortran sci-physics/cernlib herwig? ( !sci-physics/herwig )" |