commit: 220b50e611be998967218264e73b0564e302f117 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 12 18:39:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 12 18:40:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220b50e6
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 <AT> gentoo.org> dev-python/setproctitle/setproctitle-1.3.5.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-python/setproctitle/setproctitle-1.3.5.ebuild b/dev-python/setproctitle/setproctitle-1.3.5.ebuild index 7acebad1160c..5f206d2ad779 100644 --- a/dev-python/setproctitle/setproctitle-1.3.5.ebuild +++ b/dev-python/setproctitle/setproctitle-1.3.5.ebuild @@ -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 -}
