diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:09 +0200 |
commit | 526e60bde16898446d6a0e3f2d0797842233523d (patch) | |
tree | e2033810a37ef43d414324de4ed880d5165f64ae /sci-physics/root/root-9999.ebuild | |
parent | sci-physics/espresso: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-526e60bde16898446d6a0e3f2d0797842233523d.tar.gz gentoo-526e60bde16898446d6a0e3f2d0797842233523d.tar.bz2 gentoo-526e60bde16898446d6a0e3f2d0797842233523d.zip |
sci-physics/root: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/root/root-9999.ebuild')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index e91fa0be4928..cc894943f89b 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs @@ -114,7 +114,7 @@ CDEPEND=" tbb? ( dev-cpp/tbb ) tmva? ( $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] ') ) uring? ( sys-libs/liburing ) |