summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-01-11 16:03:03 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-01-12 02:38:53 +0000
commit2c3d8d72a33dd76d9e695acb2350dce25ab11894 (patch)
tree2752315983ade70a41e0b74c7f5230e81998f92b /app-crypt
parentprofiles/server: bump net-p2p/xmr-stak-rx keyword (diff)
downloadportage-2c3d8d72a33dd76d9e695acb2350dce25ab11894.tar.xz
app-crypt/bip32utils: drop python 2.7
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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild
index 253e521f..6de61b41 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{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
MY_P="${P/_p/.post}"