diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-04 16:48:05 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-04 16:48:05 +0300 |
commit | 898a85471ba6636c87ae819a2e7d9a44117dce65 (patch) | |
tree | f6795f90d1d698d001a0ec8bd1d5b7f1b74eaf2f /app-misc/pax-utils | |
parent | dev-python/pyelftools: works with py3.7 (diff) | |
download | gentoo-898a85471ba6636c87ae819a2e7d9a44117dce65.tar.gz gentoo-898a85471ba6636c87ae819a2e7d9a44117dce65.tar.bz2 gentoo-898a85471ba6636c87ae819a2e7d9a44117dce65.zip |
app-misc/pax-utils: works with py3.7
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.2.4.ebuild b/app-misc/pax-utils/pax-utils-1.2.4.ebuild index 5650266c601e..52908fc467fa 100644 --- a/app-misc/pax-utils/pax-utils-1.2.4.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit eutils python-single-r1 toolchain-funcs unpacker |