summaryrefslogtreecommitdiff
path: root/sci-physics/geant/geant-4.11.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/geant/geant-4.11.2.0.ebuild')
-rw-r--r--sci-physics/geant/geant-4.11.2.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-physics/geant/geant-4.11.2.0.ebuild b/sci-physics/geant/geant-4.11.2.0.ebuild
index aea36c3b920c..64eea6cb2e9b 100644
--- a/sci-physics/geant/geant-4.11.2.0.ebuild
+++ b/sci-physics/geant/geant-4.11.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,9 +23,12 @@ DESCRIPTION="Toolkit for simulation of passage of particles through matter"
HOMEPAGE="https://geant4.web.cern.ch/"
SRC_URI="https://geant4-data.web.cern.ch/geant4-data/releases/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
LICENSE="geant4"
SLOT="4/$(ver_cut 1-4)"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+data debug doc examples freetype gdml geant3 hdf5 inventor motif opengl
qt5 raytracerx static-libs tbb threads trajectories vtk"
@@ -62,8 +65,6 @@ RDEPEND="
sci-libs/vtk:=[qt5]
)"
-S="${WORKDIR}/${MY_P}"
-
PATCHES=(
"${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch
)