diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:18:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:22 +0200 |
commit | 14522111e20247af9378192265e990f33eba1df6 (patch) | |
tree | 3d5b49525224d02d9157a148c59bc627b0e131db /sys-apps | |
parent | sys-apps/dstat: Remove py2.7 (diff) | |
download | gentoo-14522111e20247af9378192265e990f33eba1df6.tar.gz gentoo-14522111e20247af9378192265e990f33eba1df6.tar.bz2 gentoo-14522111e20247af9378192265e990f33eba1df6.zip |
sys-apps/file: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.37-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/file/file-5.38-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/file/file-5.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild index a0cd2743c944..72edb1d0c5c0 100644 --- a/sys-apps/file/file-5.37-r1.ebuild +++ b/sys-apps/file/file-5.37-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-5.38-r1.ebuild b/sys-apps/file/file-5.38-r1.ebuild index 58bb745b6b56..3cf4bfbc83cd 100644 --- a/sys-apps/file/file-5.38-r1.ebuild +++ b/sys-apps/file/file-5.38-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index b092e57eb186..9a1e2fcac320 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool toolchain-funcs multilib-minimal |