summaryrefslogtreecommitdiff
path: root/sci-physics/geant/geant-4.11.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-11 00:45:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-11 00:45:39 +0000
commit6c988f4ed171aed46326587a0ec0d64297b20f49 (patch)
treea1e28a95096953f81b35cb145abe37b83f20c174 /sci-physics/geant/geant-4.11.2.0.ebuild
parentf50d60b8eb707b56133e594376e993b98e726b5d (diff)
gentoo auto-resync : 11:03:2024 - 00:45:38
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
)