commit:     20662810f676778313c4654393fff47e13a2a397
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 05:08:30 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:42:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20662810

sci-physics/pythia: Rename IUSE=gzip->zlib

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sci-physics/pythia/pythia-8.2.45.ebuild | 8 ++++----
 1 file 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 0dc12374459..64f18f325b5 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

Reply via email to