diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:12:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:12:12 +0200 |
commit | 3b0907c762b1f8ef326b9552026e84cf00455639 (patch) | |
tree | 4e7be2615c703a93fc010f0830c66f0a1c1a38a3 /sci-physics | |
parent | net-wireless/gr-rds: [QA] correct boost python usedep (diff) | |
download | gentoo-3b0907c762b1f8ef326b9552026e84cf00455639.tar.gz gentoo-3b0907c762b1f8ef326b9552026e84cf00455639.tar.bz2 gentoo-3b0907c762b1f8ef326b9552026e84cf00455639.zip |
sci-physics/geant: [QA] correct boost python usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/geant-4.11.0.1-r1.ebuild (renamed from sci-physics/geant/geant-4.11.0.1.ebuild) | 2 | ||||
-rw-r--r-- | sci-physics/geant/geant-4.11.0.2-r1.ebuild (renamed from sci-physics/geant/geant-4.11.0.2.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 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 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? ( |