summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-25 08:40:11 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-25 20:19:21 +0300
commitbdd2980eeeec3482644fe45ad46a190aa913f57b (patch)
treed6de58703d711f4b99908a46e572aff4da015bb7 /dev-libs/librelp/librelp-1.10.0.ebuild
parentapp-doc/devmanual: enable py3.10 (diff)
downloadgentoo-bdd2980eeeec3482644fe45ad46a190aa913f57b.tar.gz
gentoo-bdd2980eeeec3482644fe45ad46a190aa913f57b.tar.bz2
gentoo-bdd2980eeeec3482644fe45ad46a190aa913f57b.zip
dev-libs/librelp: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/librelp/librelp-1.10.0.ebuild')
-rw-r--r--dev-libs/librelp/librelp-1.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librelp/librelp-1.10.0.ebuild b/dev-libs/librelp/librelp-1.10.0.ebuild
index 3d59dfe5c0ac..81695b986249 100644
--- a/dev-libs/librelp/librelp-1.10.0.ebuild
+++ b/dev-libs/librelp/librelp-1.10.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-any-r1
DESCRIPTION="An easy to use library for the RELP protocol"