summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-09 10:18:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-09 10:20:53 +0200
commit05d94d6c8dd8d75ddf69eef770fc0b1480a4c803 (patch)
treea6bc43cad77eda8d3bdf1b0c2c350a440025f12f /sci-physics/thepeg/thepeg-2.0.4.ebuild
parentmedia-fonts/fira-code: cleanup (diff)
downloadgentoo-05d94d6c8dd8d75ddf69eef770fc0b1480a4c803.tar.gz
gentoo-05d94d6c8dd8d75ddf69eef770fc0b1480a4c803.tar.bz2
gentoo-05d94d6c8dd8d75ddf69eef770fc0b1480a4c803.zip
sci-physics/thepeg: Remove dep on rivet
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/thepeg/thepeg-2.0.4.ebuild')
-rw-r--r--sci-physics/thepeg/thepeg-2.0.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/thepeg/thepeg-2.0.4.ebuild b/sci-physics/thepeg/thepeg-2.0.4.ebuild
index 93ed41abb780..69fd55af01e8 100644
--- a/sci-physics/thepeg/thepeg-2.0.4.ebuild
+++ b/sci-physics/thepeg/thepeg-2.0.4.ebuild
@@ -21,7 +21,7 @@ LICENSE="GPL-2"
SLOT="0/20"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="c++11 emacs fastjet hepmc java lhapdf rivet static-libs test zlib"
+IUSE="c++11 emacs fastjet hepmc java lhapdf static-libs test zlib"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -31,7 +31,6 @@ RDEPEND="
hepmc? ( sci-physics/hepmc:0= )
java? ( >=virtual/jre-1.5:* )
lhapdf? ( >=sci-physics/lhapdf-6.0:0= )
- rivet? ( sci-physics/rivet:0= )
zlib? ( sys-libs/zlib:0= )"
DEPEND="${RDEPEND}
test? ( sys-process/time )"
@@ -64,7 +63,7 @@ src_configure() {
$(use_with hepmc hepmc "${EPREFIX}"/usr) \
$(use_with java javagui) \
$(use_with lhapdf lhapdf "${EPREFIX}"/usr) \
- $(use_with rivet rivet "${EPREFIX}"/usr) \
+ --without-rivet \
$(use_with zlib zlib "${EPREFIX}"/usr)
}