From 4c6560afa8ab8e2d6c18533c09385e94d2275642 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Wed, 9 Feb 2022 17:14:09 +0100 Subject: Update to EAPI8 --- x11-wm/compiz/compiz-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 50b92e5..d01b1bd 100644 --- a/x11-wm/compiz/compiz-9999.ebuild +++ b/x11-wm/compiz/compiz-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9} ) -inherit cmake eutils xdg-utils python-single-r1 toolchain-funcs +inherit cmake xdg-utils python-single-r1 toolchain-funcs if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -43,8 +43,8 @@ COMMONDEPEND=" dev-libs/libxml2 dev-libs/libxslt $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] - dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] ') dev-libs/protobuf media-libs/libpng -- cgit v1.2.3