commit: 67c794335904a845b4df3589bc683e63683b862f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Oct 31 08:28:00 2024 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Oct 31 08:28:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67c79433
dev-python/asyncpg: fix cflags with USE=debug Closes: https://bugs.gentoo.org/942579 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/asyncpg/asyncpg-0.30.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/asyncpg/asyncpg-0.30.0.ebuild b/dev-python/asyncpg/asyncpg-0.30.0.ebuild index 0a7f58231..9219b451c 100644 --- a/dev-python/asyncpg/asyncpg-0.30.0.ebuild +++ b/dev-python/asyncpg/asyncpg-0.30.0.ebuild @@ -58,6 +58,7 @@ python_prepare_all() { # bug #926720 cat <<-EOF >> setup.cfg || die [build_ext] + debug=False cython_always=True cython_annotate=False cython_directives=
