From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1433360-garchives=archives.gentoo.org@lists.gentoo.org>
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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 04002158011
	for <garchives@archives.gentoo.org>; Sun,  4 Sep 2022 12:12:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 49E6DE07D8;
	Sun,  4 Sep 2022 12:12:44 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 35695E07D8
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2022 12:12:44 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 48E7A340ED7
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2022 12:12:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 660EB5BF
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2022 12:12:40 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1662293532.3b0907c762b1f8ef326b9552026e84cf00455639.soap@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.0.1-r1.ebuild sci-physics/geant/geant-4.11.0.1.ebuild sci-physics/geant/geant-4.11.0.2-r1.ebuild sci-physics/geant/geant-4.11.0.2.ebuild
X-VCS-Directories: sci-physics/geant/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 3b0907c762b1f8ef326b9552026e84cf00455639
X-VCS-Branch: master
Date: Sun,  4 Sep 2022 12:12:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 02a84dbc-4a73-473d-8adb-729b83829946
X-Archives-Hash: e921bc494b348d32ce86d93ad0c395d9

commit:     3b0907c762b1f8ef326b9552026e84cf00455639
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 12:12:12 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 12:12:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0907c7

sci-physics/geant: [QA] correct boost python usedep

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-physics/geant/{geant-4.11.0.1.ebuild => geant-4.11.0.1-r1.ebuild} | 2 +-
 sci-physics/geant/{geant-4.11.0.2.ebuild => geant-4.11.0.2-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/geant/geant-4.11.0.1.ebuild b/sci-physics/geant/geant-4.11.0.1-r1.ebuild
similarity index 98%
rename from sci-physics/geant/geant-4.11.0.1.ebuild
rename to sci-physics/geant/geant-4.11.0.1-r1.ebuild
index 12f878c3c26b..cd4e386544a0 100644
--- a/sci-physics/geant/geant-4.11.0.1.ebuild
+++ b/sci-physics/geant/geant-4.11.0.1-r1.ebuild
@@ -54,7 +54,7 @@ RDEPEND="
 	python? (
 		${PYTHON_DEPS}
 		$(python_gen_cond_dep '
-			dev-libs/boost:=[${PYTHON_USEDEP}]
+			dev-libs/boost:=[python,${PYTHON_USEDEP}]
 		')
 	)
 	qt5? (

diff --git a/sci-physics/geant/geant-4.11.0.2.ebuild b/sci-physics/geant/geant-4.11.0.2-r1.ebuild
similarity index 98%
rename from sci-physics/geant/geant-4.11.0.2.ebuild
rename to sci-physics/geant/geant-4.11.0.2-r1.ebuild
index cc96439dc51c..1eaf3d9af34b 100644
--- a/sci-physics/geant/geant-4.11.0.2.ebuild
+++ b/sci-physics/geant/geant-4.11.0.2-r1.ebuild
@@ -54,7 +54,7 @@ RDEPEND="
 	python? (
 		${PYTHON_DEPS}
 		$(python_gen_cond_dep '
-			dev-libs/boost:=[${PYTHON_USEDEP}]
+			dev-libs/boost:=[python,${PYTHON_USEDEP}]
 		')
 	)
 	qt5? (