summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:22:50 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:23:21 +0000
commitc86cce56cc25497203cefd9cdeff678cd31f848c (patch)
tree3da27c5b1d7e3cd49ecf3e96e30af3bec3433852 /app-crypt
parentdev-python/dateparser: enable py3.10, py3.9 and disable py3.8 (diff)
downloadportage-c86cce56cc25497203cefd9cdeff678cd31f848c.tar.xz
app-crypt/bip32utils: update EAPI 7 -> 8
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bip32utils/bip32utils-0.3_p4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
index 1d1fe8aa..a644740d 100644
--- a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
+++ b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
@@ -1,8 +1,10 @@
# 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,3_10} )
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_P="${P/_p/.post}"