diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-12 00:37:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-12 00:37:43 +0100 |
commit | d93e38adaf98d183cbb1c8ad29e04d8a27087401 (patch) | |
tree | 9c3dfb1f49d41a221c98622849963e955bf793ef /sci-physics | |
parent | sci-physics/thepeg: Version bump to 2.0.4, EAPI bump 5 -> 6 (diff) | |
download | gentoo-d93e38adaf98d183cbb1c8ad29e04d8a27087401.tar.gz gentoo-d93e38adaf98d183cbb1c8ad29e04d8a27087401.tar.bz2 gentoo-d93e38adaf98d183cbb1c8ad29e04d8a27087401.zip |
sci-physics/thepeg: Pin slots
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/thepeg/thepeg-2.0.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-physics/thepeg/thepeg-2.0.4.ebuild b/sci-physics/thepeg/thepeg-2.0.4.ebuild index 43b009a549bf..e6acab9b2e34 100644 --- a/sci-physics/thepeg/thepeg-2.0.4.ebuild +++ b/sci-physics/thepeg/thepeg-2.0.4.ebuild @@ -25,14 +25,14 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="c++11 emacs fastjet hepmc java lhapdf rivet static-libs test zlib" RDEPEND=" - sci-libs/gsl:= + sci-libs/gsl:0= emacs? ( virtual/emacs ) - fastjet? ( sci-physics/fastjet ) - hepmc? ( sci-physics/hepmc ) + fastjet? ( sci-physics/fastjet:0= ) + hepmc? ( sci-physics/hepmc:0= ) java? ( >=virtual/jre-1.5:* ) - lhapdf? ( >=sci-physics/lhapdf-6.0 ) - rivet? ( sci-physics/rivet ) - zlib? ( sys-libs/zlib )" + lhapdf? ( >=sci-physics/lhapdf-6.0:0= ) + rivet? ( sci-physics/rivet:0= ) + zlib? ( sys-libs/zlib:0= )" DEPEND="${RDEPEND} test? ( sys-process/time )" |