commit: 56e845d521fa97c8896e3b87996ad9b053b2b3bd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 14:43:59 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 25 15:27:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e845d5
sci-physics/geant: Add missing DEPEND=RDEPEND Bug: https://bugs.gentoo.org/944816 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-physics/geant/geant-4.11.2.0-r1.ebuild | 6 +++--- sci-physics/geant/geant-4.11.2.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-physics/geant/geant-4.11.2.0-r1.ebuild b/sci-physics/geant/geant-4.11.2.0-r1.ebuild index 3cfc83638d74..01ba0d427dc5 100644 --- a/sci-physics/geant/geant-4.11.2.0-r1.ebuild +++ b/sci-physics/geant/geant-4.11.2.0-r1.ebuild @@ -61,9 +61,9 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXmu ) - vtk? ( - sci-libs/vtk:=[qt5] - )" + vtk? ( sci-libs/vtk:=[qt5] ) +" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch diff --git a/sci-physics/geant/geant-4.11.2.2.ebuild b/sci-physics/geant/geant-4.11.2.2.ebuild index b1c227bd6a4b..c93a314c1209 100644 --- a/sci-physics/geant/geant-4.11.2.2.ebuild +++ b/sci-physics/geant/geant-4.11.2.2.ebuild @@ -61,9 +61,9 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXmu ) - vtk? ( - sci-libs/vtk:=[qt5] - )" + vtk? ( sci-libs/vtk:=[qt5] ) +" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-4.11.0.2-musl-avoid-execinfo.patch
