commit: e88abe4dad96547872e16a49335734bd61b87e61 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 19:02:40 2024 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 20:03:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88abe4d
sci-physics/geant: stabilize 4.11.2.0 for amd64 Reordered variables reported by pkgcheck. Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> sci-physics/geant/geant-4.11.2.0.ebuild | 9 +++++---- 1 file 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 )
