diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-02 23:04:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-02 23:10:01 +0100 |
commit | 3da0ce33c418599ba4ad1cb59fbbeffd311c4b33 (patch) | |
tree | a36fb6276aac6ef5d5fb2217e73e17f8db082c01 /app-crypt | |
parent | dev-python/trezor: version bump (diff) | |
download | portage-3da0ce33c418599ba4ad1cb59fbbeffd311c4b33.tar.xz |
app-crypt/bip32utils: add support for python3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bip32utils/bip32utils-0.3_p4.ebuild | 4 |
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 cb931c09..1b2bf1a7 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit distutils-r1 MY_P="${P/_p/.post}" |