From 44f102d811dacf6be8f0f84184e2ef8a85fa010b Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Tue, 11 Feb 2020 09:24:12 +0100 Subject: Fix ebuild --- x11-wm/compiz/compiz-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-wm/compiz/compiz-9999.ebuild') diff --git a/x11-wm/compiz/compiz-9999.ebuild b/x11-wm/compiz/compiz-9999.ebuild index 3fae3fc..89d7215 100644 --- a/x11-wm/compiz/compiz-9999.ebuild +++ b/x11-wm/compiz/compiz-9999.ebuild @@ -1,7 +1,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit cmake-utils eutils gnome2-utils xdg-utils python-single-r1 toolchain-funcs @@ -21,8 +21,10 @@ LICENSE="GPL-2 LGPL-2.1 MIT" SLOT="0" IUSE="+cairo debug dbus fuse gles gnome gtk kde +svg test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMONDEPEND=" + ${PYTHON_DEPS} !x11-wm/compiz-fusion !x11-libs/compiz-bcop !x11-libs/libcompizconfig @@ -39,7 +41,9 @@ COMMONDEPEND=" dev-cpp/glibmm dev-libs/libxml2 dev-libs/libxslt - dev-python/cython[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') dev-python/pyrex dev-libs/protobuf media-libs/libpng -- cgit v1.2.3