diff options
author | 2011-06-21 14:33:07 +0000 | |
---|---|---|
committer | 2011-06-21 14:33:07 +0000 | |
commit | 251467e18cd9ba4645ccd609c6c6d30a5810aae4 (patch) | |
tree | 4abb96e87d01801877de1d383355815893e20798 /sci-physics/pythia | |
parent | Add dependency on virtual/fortran (diff) | |
download | historical-251467e18cd9ba4645ccd609c6c6d30a5810aae4.tar.gz historical-251467e18cd9ba4645ccd609c6c6d30a5810aae4.tar.bz2 historical-251467e18cd9ba4645ccd609c6c6d30a5810aae4.zip |
Add dependency on virtual/fortran
Package-Manager: portage-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}" |