diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 16:06:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 15:23:48 +0100 |
commit | 4c6aee54a30cc6846f4154ddbe260b21d201bfea (patch) | |
tree | 63a61359d31a0ee7a336cc54172f02c69c6c401f /sys-apps/file | |
parent | dev-libs/newt: python3_8 (diff) | |
download | gentoo-4c6aee54a30cc6846f4154ddbe260b21d201bfea.tar.gz gentoo-4c6aee54a30cc6846f4154ddbe260b21d201bfea.tar.bz2 gentoo-4c6aee54a30cc6846f4154ddbe260b21d201bfea.zip |
sys-apps/file: python3_8
Closes: https://bugs.gentoo.org/701564
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.37-r1.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.37-r1.ebuild b/sys-apps/file/file-5.37-r1.ebuild index 12402b999dd3..f5cef9e2990c 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_{5,6,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) 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 3d8cadd1f0ad..ed9dd421c39f 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_{5,6,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool toolchain-funcs multilib-minimal |