From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DBDB1581FB for ; Mon, 25 Nov 2024 15:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 097CBE07EE; Mon, 25 Nov 2024 15:32:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF271E07D0 for ; Mon, 25 Nov 2024 15:32:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF9C7343018 for ; Mon, 25 Nov 2024 15:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565741F0B for ; Mon, 25 Nov 2024 15:32:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732548446.56e845d521fa97c8896e3b87996ad9b053b2b3bd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant/geant-4.11.2.0-r1.ebuild sci-physics/geant/geant-4.11.2.2.ebuild X-VCS-Directories: sci-physics/geant/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56e845d521fa97c8896e3b87996ad9b053b2b3bd X-VCS-Branch: master Date: Mon, 25 Nov 2024 15:32:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2cfedc4-24fe-4109-8ed7-2e4a01e99bc2 X-Archives-Hash: a40c4cd3c65fddb33de6bfb872cbea05 commit: 56e845d521fa97c8896e3b87996ad9b053b2b3bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 24 14:43:59 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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