diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-25 08:40:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-25 20:19:21 +0300 |
commit | bdd2980eeeec3482644fe45ad46a190aa913f57b (patch) | |
tree | d6de58703d711f4b99908a46e572aff4da015bb7 /dev-libs/librelp/librelp-1.10.0.ebuild | |
parent | app-doc/devmanual: enable py3.10 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |