sys-apps/file: Sync with Gentoo

It's from Gentoo commit 4e819f0752d23f3e629f0b4ce54f3d2dc5fe8f98.
This commit is contained in:
Flatcar Buildbot 2023-07-17 07:13:12 +00:00 committed by Sayan Chowdhury
parent 9ce41eaf55
commit c6544c2d8f
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 libtool toolchain-funcs multilib-minimal
@ -79,7 +79,7 @@ src_prepare() {
mv python/README.md python/README.python.md || die
# bug #662090
sed 's@README.md@README.python.md@' -i python/setup.py || die
sed -i 's@README.md@README.python.md@' python/setup.py || die
}
multilib_src_configure() {

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 libtool toolchain-funcs multilib-minimal