diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-18 21:04:35 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-20 22:58:34 +0100 |
commit | e62062383bb2fbc65dd697b3f35826a79ccdb760 (patch) | |
tree | 6e0273e4512ac718ce17573128b00b76c4eadd74 | |
parent | dev-python/libusb1: update EAPI 7 -> 8 (diff) | |
download | portage-e62062383bb2fbc65dd697b3f35826a79ccdb760.tar.xz |
dev-python/mnemonic: update EAPI 7 -> 8
-rw-r--r-- | dev-python/mnemonic/mnemonic-0.20.ebuild | 4 |
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" |