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/root/
Date: Sat, 17 Jul 2021 18:18:28
Message-Id: 1626545829.526e60bde16898446d6a0e3f2d0797842233523d.soap@gentoo
1 commit: 526e60bde16898446d6a0e3f2d0797842233523d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:09 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526e60bd
7
8 sci-physics/root: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-physics/root/root-6.22.08-r2.ebuild | 4 ++--
13 sci-physics/root/root-6.24.02-r1.ebuild | 4 ++--
14 sci-physics/root/root-6.24.9999.ebuild | 4 ++--
15 sci-physics/root/root-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sci-physics/root/root-6.22.08-r2.ebuild b/sci-physics/root/root-6.22.08-r2.ebuild
19 index b7c414808d0..17ce327af5d 100644
20 --- a/sci-physics/root/root-6.22.08-r2.ebuild
21 +++ b/sci-physics/root/root-6.22.08-r2.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 # ninja does not work due to fortran
24 CMAKE_MAKEFILE_GENERATOR=emake
25 FORTRAN_NEEDED="fortran"
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8,9} )
28
29 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
30
31 @@ -101,7 +101,7 @@ CDEPEND="
32 tbb? ( >=dev-cpp/tbb-2018 )
33 tmva? (
34 $(python_gen_cond_dep '
35 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
36 + dev-python/numpy[${PYTHON_USEDEP}]
37 ')
38 )
39 vc? ( dev-libs/vc:= )
40
41 diff --git a/sci-physics/root/root-6.24.02-r1.ebuild b/sci-physics/root/root-6.24.02-r1.ebuild
42 index 00c2a627b4d..19bce3d18d0 100644
43 --- a/sci-physics/root/root-6.24.02-r1.ebuild
44 +++ b/sci-physics/root/root-6.24.02-r1.ebuild
45 @@ -6,7 +6,7 @@ EAPI=7
46 # ninja does not work due to fortran
47 CMAKE_MAKEFILE_GENERATOR=emake
48 FORTRAN_NEEDED="fortran"
49 -PYTHON_COMPAT=( python3_{7,8,9} )
50 +PYTHON_COMPAT=( python3_{8,9} )
51
52 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
53
54 @@ -103,7 +103,7 @@ CDEPEND="
55 tbb? ( dev-cpp/tbb )
56 tmva? (
57 $(python_gen_cond_dep '
58 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
59 + dev-python/numpy[${PYTHON_USEDEP}]
60 ')
61 )
62 uring? ( sys-libs/liburing )
63
64 diff --git a/sci-physics/root/root-6.24.9999.ebuild b/sci-physics/root/root-6.24.9999.ebuild
65 index e91fa0be492..cc894943f89 100644
66 --- a/sci-physics/root/root-6.24.9999.ebuild
67 +++ b/sci-physics/root/root-6.24.9999.ebuild
68 @@ -6,7 +6,7 @@ EAPI=7
69 # ninja does not work due to fortran
70 CMAKE_MAKEFILE_GENERATOR=emake
71 FORTRAN_NEEDED="fortran"
72 -PYTHON_COMPAT=( python3_{7,8,9} )
73 +PYTHON_COMPAT=( python3_{8,9} )
74
75 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
76
77 @@ -114,7 +114,7 @@ CDEPEND="
78 tbb? ( dev-cpp/tbb )
79 tmva? (
80 $(python_gen_cond_dep '
81 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
82 + dev-python/numpy[${PYTHON_USEDEP}]
83 ')
84 )
85 uring? ( sys-libs/liburing )
86
87 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
88 index e91fa0be492..cc894943f89 100644
89 --- a/sci-physics/root/root-9999.ebuild
90 +++ b/sci-physics/root/root-9999.ebuild
91 @@ -6,7 +6,7 @@ EAPI=7
92 # ninja does not work due to fortran
93 CMAKE_MAKEFILE_GENERATOR=emake
94 FORTRAN_NEEDED="fortran"
95 -PYTHON_COMPAT=( python3_{7,8,9} )
96 +PYTHON_COMPAT=( python3_{8,9} )
97
98 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
99
100 @@ -114,7 +114,7 @@ CDEPEND="
101 tbb? ( dev-cpp/tbb )
102 tmva? (
103 $(python_gen_cond_dep '
104 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
105 + dev-python/numpy[${PYTHON_USEDEP}]
106 ')
107 )
108 uring? ( sys-libs/liburing )