diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-18 16:08:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-18 16:37:39 +0200 |
commit | 484185fb1153137859562af70e78a64a4112e5b8 (patch) | |
tree | e29b951c2b2d6b5f8e6e30a4316f00655b57f4fb /sys-apps | |
parent | app-emulation/containerd: Version bump to 1.1.2 (diff) | |
download | gentoo-484185fb1153137859562af70e78a64a4112e5b8.tar.gz gentoo-484185fb1153137859562af70e78a64a4112e5b8.tar.bz2 gentoo-484185fb1153137859562af70e78a64a4112e5b8.zip |
sys-apps/file: Enable py3.7
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.33-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-5.33-r2.ebuild b/sys-apps/file/file-5.33-r2.ebuild index c01383f72055..e67df7bc93a5 100644 --- a/sys-apps/file/file-5.33-r2.ebuild +++ b/sys-apps/file/file-5.33-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 72de11bc5919..eb7620e857d8 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal |