From b917f4b61cb06bfbc23aa0e630cfdd107759f0ae Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:17:04 +0200 Subject: sci-libs/plplot: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- sci-libs/plplot/plplot-5.15.0-r102.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-libs/plplot') 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= ) -- cgit v1.2.3-65-gdbad