From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1685041-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 624D0158042
	for <garchives@archives.gentoo.org>; Thu, 31 Oct 2024 08:29:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 80250E0829;
	Thu, 31 Oct 2024 08:29:26 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6537FE0829
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 08:29:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2AFA13430B3
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 08:29:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D55EA0
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 08:29:23 +0000 (UTC)
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" <cyber+gentoo@sysrq.in>
Message-ID: <1730363284.67c794335904a845b4df3589bc683e63683b862f.cybertailor@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asyncpg/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/asyncpg/asyncpg-0.30.0.ebuild
X-VCS-Directories: dev-python/asyncpg/
X-VCS-Committer: cybertailor
X-VCS-Committer-Name: Anna Vyalkova
X-VCS-Revision: 67c794335904a845b4df3589bc683e63683b862f
X-VCS-Branch: dev
Date: Thu, 31 Oct 2024 08:29:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 504b4021-6067-46b6-9485-c427d1a476d1
X-Archives-Hash: 86a197197e720a48206f3ca13bea1c14

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=