diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:38:02 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | 94e084b3601428cb0ab85f51e0056259080656e8 (patch) | |
tree | 5cc0538d79598940089d2f893b366b41e79cdc55 | |
parent | dev-db/apache-solr: move to EAPI 7 (diff) | |
download | portage-94e084b3601428cb0ab85f51e0056259080656e8.tar.xz |
app-crypt/bip32utils: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-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 172bd5c8..cb931c09 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 # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +EAPI=7 +PYTHON_COMPAT=( python{3_7,3_8} ) inherit distutils-r1 MY_P="${P/_p/.post}" |