Diff pythia-8.3.16-r1 with a pythia-9999

/usr/portage/sci-physics/pythia/pythia-9999.ebuild 2026-02-19 11:18:08.261302953 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
34 34

  
35 35
LICENSE="GPL-2"
36 36
SLOT="8"
37
IUSE="doc examples fastjet +hepmc3 lhapdf root test zlib python highfive mpich rivet static-libs" # evtgen mg5mes rivet powheg
37
IUSE="doc examples fastjet +hepmc3 highfive lhapdf mg5mes mpich openmp python rivet root static-libs test zlib" # evtgen powheg
38 38
RESTRICT="!test? ( test )"
39 39
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
40 40

  
......
59 59
	)
60 60
"
61 61

  
62
PATCHES=(
63
	"${FILESDIR}"/${PN}-8.3.15-ar.patch
64
)
65

  
66 62
pkg_setup() {
67 63
	use python && python-single-r1_pkg_setup
68 64
}
......
126 122
		--prefix="${EPREFIX}/usr" \
127 123
		--prefix-lib="${EPREFIX}/usr/$(get_libdir)" \
128 124
		--prefix-share="${EPYTHIADIR}" \
125
		$(use_with openmp) \
129 126
		$(usex fastjet "--with-fastjet3" "") \
130 127
		$(usex zlib "--with-gzip" "") \
131 128
		$(use_with hepmc3) \
......
133 130
		$(usex highfive --with-hdf5 "") \
134 131
		$(use_with python) \
135 132
		$(use_with rivet) \
133
		$(use_with mg5mes) \
136 134
		$(use_with mpich) \
137 135
		$(usex lhapdf "--with-lhapdf6
138 136
			--with-lhapdf6-plugin=LHAPDF6.h
Thank you!