From 22b69e35c04ed902e599ab890b25190a07922da7 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 30 Nov 2022 20:15:28 +0000 Subject: dev-libs/libconcord: enable py3.10, py3.11 and disable py3.8 --- dev-libs/libconcord/libconcord-1.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-libs') diff --git a/dev-libs/libconcord/libconcord-1.4.ebuild b/dev-libs/libconcord/libconcord-1.4.ebuild index 0a112f43..ab16706d 100644 --- a/dev-libs/libconcord/libconcord-1.4.ebuild +++ b/dev-libs/libconcord/libconcord-1.4.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools xdg-utils perl-module distutils-r1 DESCRIPTION="Library for programming the Logitech Harmony universal remote" -- cgit v1.2.3