Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Sun, 04 Sep 2022 12:12:45
Message-Id: 1662293532.3b0907c762b1f8ef326b9552026e84cf00455639.soap@gentoo
1 commit: 3b0907c762b1f8ef326b9552026e84cf00455639
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:12:12 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:12:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0907c7
7
8 sci-physics/geant: [QA] correct boost python usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-physics/geant/{geant-4.11.0.1.ebuild => geant-4.11.0.1-r1.ebuild} | 2 +-
13 sci-physics/geant/{geant-4.11.0.2.ebuild => geant-4.11.0.2-r1.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/geant/geant-4.11.0.1.ebuild b/sci-physics/geant/geant-4.11.0.1-r1.ebuild
17 similarity index 98%
18 rename from sci-physics/geant/geant-4.11.0.1.ebuild
19 rename to sci-physics/geant/geant-4.11.0.1-r1.ebuild
20 index 12f878c3c26b..cd4e386544a0 100644
21 --- a/sci-physics/geant/geant-4.11.0.1.ebuild
22 +++ b/sci-physics/geant/geant-4.11.0.1-r1.ebuild
23 @@ -54,7 +54,7 @@ RDEPEND="
24 python? (
25 ${PYTHON_DEPS}
26 $(python_gen_cond_dep '
27 - dev-libs/boost:=[${PYTHON_USEDEP}]
28 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
29 ')
30 )
31 qt5? (
32
33 diff --git a/sci-physics/geant/geant-4.11.0.2.ebuild b/sci-physics/geant/geant-4.11.0.2-r1.ebuild
34 similarity index 98%
35 rename from sci-physics/geant/geant-4.11.0.2.ebuild
36 rename to sci-physics/geant/geant-4.11.0.2-r1.ebuild
37 index cc96439dc51c..1eaf3d9af34b 100644
38 --- a/sci-physics/geant/geant-4.11.0.2.ebuild
39 +++ b/sci-physics/geant/geant-4.11.0.2-r1.ebuild
40 @@ -54,7 +54,7 @@ RDEPEND="
41 python? (
42 ${PYTHON_DEPS}
43 $(python_gen_cond_dep '
44 - dev-libs/boost:=[${PYTHON_USEDEP}]
45 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
46 ')
47 )
48 qt5? (