commit: 2efa53effda5472007dcfb99247d31a279b067c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 10:31:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:46:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efa53ef
sci-physics/root: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-physics/root/root-6.12.06-r11.ebuild | 6 +++++-
sci-physics/root/root-6.14.08-r4.ebuild | 6 +++++-
sci-physics/root/root-6.16.00-r4.ebuild | 6 +++++-
sci-physics/root/{root-6.18.04.ebuild => root-6.18.04-r1.ebuild} | 6 +++++-
sci-physics/root/root-9999.ebuild | 6 +++++-
5 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/sci-physics/root/root-6.12.06-r11.ebuild
b/sci-physics/root/root-6.12.06-r11.ebuild
index cf9543852dd..d49c467555c 100644
--- a/sci-physics/root/root-6.12.06-r11.ebuild
+++ b/sci-physics/root/root-6.12.06-r11.ebuild
@@ -90,7 +90,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( dev-cpp/tbb )
- tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
+ tmva? (
+ $(python_gen_cond_dep '
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
vc? ( dev-libs/vc )
xml? ( dev-libs/libxml2:2= )
xrootd? ( net-libs/xrootd:0= )
diff --git a/sci-physics/root/root-6.14.08-r4.ebuild
b/sci-physics/root/root-6.14.08-r4.ebuild
index 0e7b47c3c07..86b2044fd24 100644
--- a/sci-physics/root/root-6.14.08-r4.ebuild
+++ b/sci-physics/root/root-6.14.08-r4.ebuild
@@ -95,7 +95,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( >=dev-cpp/tbb-2018 )
- tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
+ tmva? (
+ $(python_gen_cond_dep '
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
vc? ( dev-libs/vc:= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( net-libs/xrootd:0= )
diff --git a/sci-physics/root/root-6.16.00-r4.ebuild
b/sci-physics/root/root-6.16.00-r4.ebuild
index 801efd279db..aa5745011f8 100644
--- a/sci-physics/root/root-6.16.00-r4.ebuild
+++ b/sci-physics/root/root-6.16.00-r4.ebuild
@@ -95,7 +95,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( >=dev-cpp/tbb-2018 )
- tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
+ tmva? (
+ $(python_gen_cond_dep '
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
vc? ( dev-libs/vc:= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( net-libs/xrootd:0= )
diff --git a/sci-physics/root/root-6.18.04.ebuild
b/sci-physics/root/root-6.18.04-r1.ebuild
similarity index 98%
rename from sci-physics/root/root-6.18.04.ebuild
rename to sci-physics/root/root-6.18.04-r1.ebuild
index 0438e31b9af..89beda36d2b 100644
--- a/sci-physics/root/root-6.18.04.ebuild
+++ b/sci-physics/root/root-6.18.04-r1.ebuild
@@ -91,7 +91,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( >=dev-cpp/tbb-2018 )
- tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
+ tmva? (
+ $(python_gen_cond_dep '
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
vc? ( dev-libs/vc:= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( net-libs/xrootd:0= )
diff --git a/sci-physics/root/root-9999.ebuild
b/sci-physics/root/root-9999.ebuild
index a6dee45e804..53b2390393a 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -103,7 +103,11 @@ CDEPEND="
sqlite? ( dev-db/sqlite:3 )
ssl? ( dev-libs/openssl:0= )
tbb? ( >=dev-cpp/tbb-2018 )
- tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
+ tmva? (
+ $(python_gen_cond_dep '
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
vc? ( dev-libs/vc:= )
xml? ( dev-libs/libxml2:2= )
xrootd? ( net-libs/xrootd:0= )