diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:32:06 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 14:32:06 +0000 |
commit | fbfd9ee34f44b965abe4b4ed60680d38a2c52b6e (patch) | |
tree | e7aa3a7b136ceae7cd354716355b39e1cbd74aa3 /sci-physics/pythia | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-fbfd9ee34f44b965abe4b4ed60680d38a2c52b6e.tar.gz gentoo-2-fbfd9ee34f44b965abe4b4ed60680d38a2c52b6e.tar.bz2 gentoo-2-fbfd9ee34f44b965abe4b4ed60680d38a2c52b6e.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r-- | sci-physics/pythia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-8.1.45.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-8.1.50.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog index 9e008cce34e8..809f5eabd7b5 100644 --- a/sci-physics/pythia/ChangeLog +++ b/sci-physics/pythia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/pythia # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.41 2011/06/21 09:28:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.42 2011/06/21 14:32:06 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pythia-8.1.45.ebuild, + pythia-8.1.50.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pythia-6.4.24.ebuild, pythia-6.4.25.ebuild, pythia-8.1.45.ebuild, pythia-8.1.50.ebuild: diff --git a/sci-physics/pythia/pythia-8.1.45.ebuild b/sci-physics/pythia/pythia-8.1.45.ebuild index b07ffca76a28..aa5925c2dfc5 100644 --- a/sci-physics/pythia/pythia-8.1.45.ebuild +++ b/sci-physics/pythia/pythia-8.1.45.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/pythia/pythia-8.1.45.ebuild,v 1.8 2011/06/21 09:28:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.9 2011/06/21 14:32:06 jlec Exp $ EAPI=2 @@ -19,7 +19,9 @@ KEYWORDS="amd64 x86" IUSE="doc examples +hepmc static-libs" DEPEND="hepmc? ( sci-physics/hepmc )" -RDEPEND="${DEPEND}" +RDEPEND=" + virtual/fortran +${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/sci-physics/pythia/pythia-8.1.50.ebuild b/sci-physics/pythia/pythia-8.1.50.ebuild index 95f9c6001d3b..6e107d8ac872 100644 --- a/sci-physics/pythia/pythia-8.1.50.ebuild +++ b/sci-physics/pythia/pythia-8.1.50.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/pythia/pythia-8.1.50.ebuild,v 1.2 2011/06/21 09:28:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.50.ebuild,v 1.3 2011/06/21 14:32:06 jlec Exp $ EAPI=4 @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples +hepmc static-libs" DEPEND="hepmc? ( sci-physics/hepmc )" -RDEPEND="${DEPEND}" +RDEPEND=" + virtual/fortran +${DEPEND}" S="${WORKDIR}/${MY_P}" |