diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:22:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:37:08 +0100 |
commit | 77650b74b16a1f6d4ddade866ad7030ebe17234f (patch) | |
tree | 0136077f79224af1ebb38b46401ee73f35e64932 /app-misc/pax-utils | |
parent | dev-python/pyee: Remove py2 (diff) | |
download | gentoo-77650b74b16a1f6d4ddade866ad7030ebe17234f.tar.gz gentoo-77650b74b16a1f6d4ddade866ad7030ebe17234f.tar.bz2 gentoo-77650b74b16a1f6d4ddade866ad7030ebe17234f.zip |
app-misc/pax-utils: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild | 2 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild b/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild index 2f1358a19ef7..585a85257cd1 100644 --- a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-single-r1 toolchain-funcs unpacker 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 b4f02979653c..0ead02e5fc9c 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_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils python-single-r1 toolchain-funcs unpacker |