diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:15:28 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:15:28 +0000 |
commit | 22b69e35c04ed902e599ab890b25190a07922da7 (patch) | |
tree | b432dd0a67c0c6472a2aab549050184729438393 | |
parent | profiles/desktop: add media-fonts/fira to @system set (diff) | |
download | portage-22b69e35c04ed902e599ab890b25190a07922da7.tar.xz |
dev-libs/libconcord: enable py3.10, py3.11 and disable py3.8
-rw-r--r-- | dev-libs/libconcord/libconcord-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |