diff options
author | 2021-07-17 20:17:04 +0200 | |
---|---|---|
committer | 2021-07-17 20:17:04 +0200 | |
commit | b917f4b61cb06bfbc23aa0e630cfdd107759f0ae (patch) | |
tree | 6d87a19304c9f2322a31b390abac26031e5ef38a /sci-libs | |
parent | sci-libs/cantera: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-b917f4b61cb06bfbc23aa0e630cfdd107759f0ae.tar.gz gentoo-b917f4b61cb06bfbc23aa0e630cfdd107759f0ae.tar.bz2 gentoo-b917f4b61cb06bfbc23aa0e630cfdd107759f0ae.zip |
sci-libs/plplot: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r102.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0-r102.ebuild b/sci-libs/plplot/plplot-5.15.0-r102.ebuild index 25ff02cc744c..c4d312740e5a 100644 --- a/sci-libs/plplot/plplot-5.15.0-r102.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r102.ebuild @@ -6,7 +6,7 @@ EAPI=7 WX_GTK_VER=3.0-gtk3 FORTRAN_NEEDED=fortran LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) # fails with ninja, due to USE=java missing swig output dependencies CMAKE_MAKEFILE_GENERATOR=emake @@ -53,8 +53,8 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - qt5? ( dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] ) + dev-python/numpy[${PYTHON_USEDEP}] + qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) ') ) qhull? ( media-libs/qhull:0= ) |