From 366e12ddb5910fbae75fbac306e0b1631ad38ab5 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 18 Sep 2022 21:05:14 +0100 Subject: dev-python/hidapi: update EAPI 7 -> 8 --- dev-python/hidapi/hidapi-0.12.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python') diff --git a/dev-python/hidapi/hidapi-0.12.0.ebuild b/dev-python/hidapi/hidapi-0.12.0.ebuild index aff0a079..2c47466b 100644 --- a/dev-python/hidapi/hidapi-0.12.0.ebuild +++ b/dev-python/hidapi/hidapi-0.12.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python wrapper for dev-libs/hidapi" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} >=dev-python/cython-0.24.0[${PYTHON_USEDEP}]" src_configure() { - mydistutilsargs=( + DISTUTILS_ARGS=( --with-system-hidapi ) } -- cgit v1.2.3