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/espresso/
Date: Sat, 17 Jul 2021 18:18:29
Message-Id: 1626545828.5d48bc3167868ca93664326e445f8ac58650a1fd.soap@gentoo
1 commit: 5d48bc3167868ca93664326e445f8ac58650a1fd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:08 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d48bc31
7
8 sci-physics/espresso: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-physics/espresso/espresso-4.1.3.ebuild | 6 +++---
13 sci-physics/espresso/espresso-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-physics/espresso/espresso-4.1.3.ebuild b/sci-physics/espresso/espresso-4.1.3.ebuild
17 index a60bb434ef8..19e9be04e85 100644
18 --- a/sci-physics/espresso/espresso-4.1.3.ebuild
19 +++ b/sci-physics/espresso/espresso-4.1.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{8,9} )
26 CMAKE_MAKEFILE_GENERATOR="emake"
27
28 inherit cmake cuda python-single-r1 savedconfig
29 @@ -31,8 +31,8 @@ REQUIRED_USE="
30 RDEPEND="
31 ${PYTHON_DEPS}
32 $(python_gen_cond_dep '
33 - >=dev-python/cython-0.26.1[${PYTHON_MULTI_USEDEP}]
34 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
35 + >=dev-python/cython-0.26.1[${PYTHON_USEDEP}]
36 + dev-python/numpy[${PYTHON_USEDEP}]
37 ')
38 cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
39 fftw? ( sci-libs/fftw:3.0 )
40
41 diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
42 index a60bb434ef8..19e9be04e85 100644
43 --- a/sci-physics/espresso/espresso-9999.ebuild
44 +++ b/sci-physics/espresso/espresso-9999.ebuild
45 @@ -3,7 +3,7 @@
46
47 EAPI=7
48
49 -PYTHON_COMPAT=( python3_{7,8,9} )
50 +PYTHON_COMPAT=( python3_{8,9} )
51 CMAKE_MAKEFILE_GENERATOR="emake"
52
53 inherit cmake cuda python-single-r1 savedconfig
54 @@ -31,8 +31,8 @@ REQUIRED_USE="
55 RDEPEND="
56 ${PYTHON_DEPS}
57 $(python_gen_cond_dep '
58 - >=dev-python/cython-0.26.1[${PYTHON_MULTI_USEDEP}]
59 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
60 + >=dev-python/cython-0.26.1[${PYTHON_USEDEP}]
61 + dev-python/numpy[${PYTHON_USEDEP}]
62 ')
63 cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
64 fftw? ( sci-libs/fftw:3.0 )