diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:04:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-28 21:39:18 +0200 |
commit | bf0211e601d7965a024e912d6429f2294a785268 (patch) | |
tree | 2f7a5e4a489ec012a3c1ccab0df8aa032ebd858b /sys-apps | |
parent | dev-python/python-magic: Permit building binpkg with file[python] (diff) | |
download | gentoo-bf0211e601d7965a024e912d6429f2294a785268.tar.gz gentoo-bf0211e601d7965a024e912d6429f2294a785268.tar.bz2 gentoo-bf0211e601d7965a024e912d6429f2294a785268.zip |
sys-apps/file: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.38-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.38-r1.ebuild b/sys-apps/file/file-5.38-r1.ebuild index 3cf4bfbc83cd..7cc595691640 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=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) 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 9a1e2fcac320..0fd7e8ca10da 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool toolchain-funcs multilib-minimal |