summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-01-09 00:46:31 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-01-09 00:46:31 +0000
commit9b9dc12fdd79dad7b913eafb0e5fa116af4a2934 (patch)
tree15ea741fe49ee6fc82822545ed4ab468da7185a4 /app-crypt
parenteclass/linux-build: set KBUILD_BUILD_VERSION (diff)
downloadportage-9b9dc12fdd79dad7b913eafb0e5fa116af4a2934.tar.xz
app-crypt/bip32utils: remove old python
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bip32utils/bip32utils-0.3_p4.ebuild4
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 0ce633cb..253e521f 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1
MY_P="${P/_p/.post}"