mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user