Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Sat, 17 Jul 2021 18:18:31
Message-Id: 1626545838.e609307680dafd77fc763e161d73776f0486afe9.soap@gentoo
1 commit: e609307680dafd77fc763e161d73776f0486afe9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:18 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6093076
7
8 sys-cluster/hpx: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-cluster/hpx/hpx-1.6.0.ebuild | 8 ++++----
13 sys-cluster/hpx/hpx-9999.ebuild | 10 +++++-----
14 2 files changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/sys-cluster/hpx/hpx-1.6.0.ebuild b/sys-cluster/hpx/hpx-1.6.0.ebuild
17 index e5e15ce69bc..6f139b5d384 100644
18 --- a/sys-cluster/hpx/hpx-1.6.0.ebuild
19 +++ b/sys-cluster/hpx/hpx-1.6.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..9} )
26
27 if [[ ${PV} == 9999 ]] ; then
28 inherit git-r3
29 @@ -33,9 +33,9 @@ BDEPEND="
30 ${PYTHON_DEPS}
31 app-doc/doxygen
32 $(python_gen_cond_dep '
33 - dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
34 - dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
35 - dev-python/breathe[${PYTHON_MULTI_USEDEP}]
36 + dev-python/sphinx[${PYTHON_USEDEP}]
37 + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
38 + dev-python/breathe[${PYTHON_USEDEP}]
39 ')
40 )
41 test? ( ${PYTHON_DEPS} )
42
43 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
44 index 93a9bd8f1bd..32de06bd084 100644
45 --- a/sys-cluster/hpx/hpx-9999.ebuild
46 +++ b/sys-cluster/hpx/hpx-9999.ebuild
47 @@ -1,9 +1,9 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53
54 -PYTHON_COMPAT=( python3_{7..9} )
55 +PYTHON_COMPAT=( python3_{8..9} )
56
57 if [[ ${PV} == 9999 ]] ; then
58 inherit git-r3
59 @@ -33,9 +33,9 @@ BDEPEND="
60 ${PYTHON_DEPS}
61 app-doc/doxygen
62 $(python_gen_cond_dep '
63 - dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
64 - dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
65 - >=dev-python/breathe-4.22[${PYTHON_MULTI_USEDEP}]
66 + dev-python/sphinx[${PYTHON_USEDEP}]
67 + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
68 + >=dev-python/breathe-4.22[${PYTHON_USEDEP}]
69 ')
70 )
71 test? ( ${PYTHON_DEPS} )