commit: 8805c295703f838efe0b435a2915b32bbc35f077 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon Apr 22 13:12:42 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 09:48:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8805c295
sci-physics/thepeg: rename USE flag hepmc -> +hepmc3 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/36341 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../thepeg/{thepeg-2.2.3.ebuild => thepeg-2.2.3-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3-r1.ebuild similarity index 91% rename from sci-physics/thepeg/thepeg-2.2.3.ebuild rename to sci-physics/thepeg/thepeg-2.2.3-r1.ebuild index 0d83d03fffcb..d1dbd3dcc513 100644 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://home.thep.lu.se/ThePEG/" TEST_URI="https://www.hepforge.org/archive/lhapdf/pdfsets/current" SRC_URI="https://www.hepforge.org/archive/thepeg/${MY_P}.tar.bz2 - test? ( hepmc? ( + test? ( hepmc3? ( ${TEST_URI}/cteq6ll.LHpdf ${TEST_URI}/cteq5l.LHgrid ${TEST_URI}/GRV98nlo.LHgrid @@ -22,14 +22,14 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0/30" KEYWORDS="~amd64 ~x86" -IUSE="emacs fastjet hepmc java lhapdf static-libs test zlib" +IUSE="emacs fastjet +hepmc3 java lhapdf static-libs test zlib" RESTRICT="!test? ( test )" CDEPEND=" sci-libs/gsl:0= emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-physics/fastjet:0= ) - hepmc? ( sci-physics/hepmc:3= ) + hepmc3? ( sci-physics/hepmc:3= ) lhapdf? ( >=sci-physics/lhapdf-6.0:0= ) zlib? ( sys-libs/zlib:0= )" DEPEND="${CDEPEND} @@ -63,8 +63,8 @@ src_configure() { econf \ $(use_enable static-libs static) \ $(use_with fastjet fastjet "${EPREFIX}"/usr) \ - $(use_with hepmc hepmc "${EPREFIX}"/usr) \ - $(use_with hepmc hepmcversion 3) \ + $(use_with hepmc3 hepmc "${EPREFIX}"/usr) \ + $(use_with hepmc3 hepmcversion 3) \ $(use_with java javagui) \ $(use_with lhapdf lhapdf "${EPREFIX}"/usr) \ $(use_with test boost "${EPREFIX}"/usr) \
