summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2024-03-10 20:02:40 +0100
committerGuilherme Amadio <amadio@gentoo.org>2024-03-10 21:03:53 +0100
commite88abe4dad96547872e16a49335734bd61b87e61 (patch)
tree84c0200cd7d454a99109e451ebaeebefa2545f39 /sci-physics/geant
parentsci-physics/geant-data: stabilize 4.11.2.0 for amd64, x86 (diff)
downloadgentoo-e88abe4dad96547872e16a49335734bd61b87e61.tar.gz
gentoo-e88abe4dad96547872e16a49335734bd61b87e61.tar.bz2
gentoo-e88abe4dad96547872e16a49335734bd61b87e61.zip
sci-physics/geant: stabilize 4.11.2.0 for amd64
Reordered variables reported by pkgcheck. Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/geant')
-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
)