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/file/file-9999.ebuild | |
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/file/file-9999.ebuild')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |