diff options
author | 2011-06-21 14:40:57 +0000 | |
---|---|---|
committer | 2011-06-21 14:40:57 +0000 | |
commit | 1088f28588ece17d6f6296f5ba788f91c5afc69e (patch) | |
tree | 5c8e72cc1c82cc84ebdec7d51170385006d7aeba | |
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)
-rw-r--r-- | sci-physics/cernlib-montecarlo/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index e12db254a64b..250b8b0be82a 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib-montecarlo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.14 2011/06/21 09:54:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.15 2011/06/21 14:40:57 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> + cernlib-montecarlo-2006-r2.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cernlib-montecarlo-2006-r2.ebuild: 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 )" |