From c225beea17da10e34a82ccd543fa08bb7e01d612 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 22 Aug 2020 23:51:51 +0100 Subject: app-crypt/bip32utils: add support for python3.8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 --- app-crypt/bip32utils/bip32utils-0.3_p4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-crypt') diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild index 6de61b41..172bd5c8 100644 --- a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild +++ b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 MY_P="${P/_p/.post}" -- cgit v1.2.3