dev-python/setproctitle: drop -std=gnu17 workaround

It was fixed upstream in 1.3.5.

Bug: https://bugs.gentoo.org/943816
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-12 19:39:50 +01:00
parent a699f0cbb0
commit 220b50e611

View File

@@ -9,7 +9,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 flag-o-matic pypi
inherit distutils-r1 pypi
DESCRIPTION="Allow customization of the process title"
HOMEPAGE="
@@ -29,10 +29,3 @@ src_prepare() {
# remove the override that makes extension builds non-fatal
sed -i -e '/cmdclass/d' setup.py || die
}
src_configure() {
# https://github.com/dvarrazzo/py-setproctitle/issues/145
append-cflags -std=gnu17
distutils-r1_src_configure
}