summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-07 22:08:30 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-20 09:42:15 -0700
commit20662810f676778313c4654393fff47e13a2a397 (patch)
tree9ffc243605d9a3816af39eee735a055dc711edd3 /sci-physics/pythia
parentdev-util/archdiff: Rename IUSE=gzip->zlib (diff)
downloadgentoo-20662810f676778313c4654393fff47e13a2a397.tar.gz
gentoo-20662810f676778313c4654393fff47e13a2a397.tar.bz2
gentoo-20662810f676778313c4654393fff47e13a2a397.zip
sci-physics/pythia: Rename IUSE=gzip->zlib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r--sci-physics/pythia/pythia-8.2.45.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/pythia/pythia-8.2.45.ebuild b/sci-physics/pythia/pythia-8.2.45.ebuild
index 0dc12374459b..64f18f325b58 100644
--- a/sci-physics/pythia/pythia-8.2.45.ebuild
+++ b/sci-physics/pythia/pythia-8.2.45.ebuild
@@ -25,14 +25,14 @@ SRC_URI="http://home.thep.lu.se/~torbjorn/${PN}${MV}/${MY_P}.tgz
SLOT="8"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples fastjet gzip +hepmc lhapdf root test"
+IUSE="doc examples fastjet +hepmc lhapdf root test zlib"
RESTRICT="!test? ( test )"
RDEPEND="
fastjet? ( sci-physics/fastjet )
- gzip? ( sys-libs/zlib )
hepmc? ( sci-physics/hepmc:0= )
- lhapdf? ( sci-physics/lhapdf:= )"
+ lhapdf? ( sci-physics/lhapdf:= )
+ zlib? ( sys-libs/zlib )"
# ROOT is used only when building related tests
DEPEND="${RDEPEND}
test? (
@@ -113,7 +113,7 @@ src_configure() {
--prefix-lib="$(get_libdir)" \
--prefix-share="${EPYTHIADIR}" \
$(usex fastjet "--with-fastjet3" "") \
- $(usex gzip "--with-gzip" "") \
+ $(usex zlib "--with-gzip" "") \
$(usex hepmc "--with-hepmc2" "") \
$(usex lhapdf "--with-lhapdf6
--with-lhapdf6-plugin=LHAPDF6.h