summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-09-18 21:04:35 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-09-20 22:58:34 +0100
commite62062383bb2fbc65dd697b3f35826a79ccdb760 (patch)
tree6e0273e4512ac718ce17573128b00b76c4eadd74 /dev-python
parentdev-python/libusb1: update EAPI 7 -> 8 (diff)
downloadportage-e62062383bb2fbc65dd697b3f35826a79ccdb760.tar.xz
dev-python/mnemonic: update EAPI 7 -> 8
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mnemonic/mnemonic-0.20.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mnemonic/mnemonic-0.20.ebuild b/dev-python/mnemonic/mnemonic-0.20.ebuild
index 1bf3e3ae..14a88f34 100644
--- a/dev-python/mnemonic/mnemonic-0.20.ebuild
+++ b/dev-python/mnemonic/mnemonic-0.20.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python{3_8,3_9,3_10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39"