summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 21:21:16 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:12 +0100
commitb87536ea783f2909ab5b981c8a3344bdabbbfd88 (patch)
treeb79ca75a8bcc7ae3a5a93cdcf495749f6449e80d /app-crypt
parentdev-python/btchip-python: enable python3_10 (diff)
downloadportage-b87536ea783f2909ab5b981c8a3344bdabbbfd88.tar.xz
app-crypt/bip32utils: enable python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bip32utils/bip32utils-0.3_p4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
index a4c36891..1d1fe8aa 100644
--- a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
+++ b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit distutils-r1
MY_P="${P/_p/.post}"