From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1621196-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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A9F17158043
	for <garchives@archives.gentoo.org>; Mon, 15 Apr 2024 02:09:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C0CFAE29E3;
	Mon, 15 Apr 2024 02:09:13 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9A11AE29E3
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 02:09:13 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 991173433B1
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 02:09:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3312F16D0
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 02:09:11 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1713146717.7e63eaefbe738901aa916c1a60e8c6b7b0a40d08.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/ncurses/ncurses-6.4_p20240414.ebuild
X-VCS-Directories: sys-libs/ncurses/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 7e63eaefbe738901aa916c1a60e8c6b7b0a40d08
X-VCS-Branch: master
Date: Mon, 15 Apr 2024 02:09:11 +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: bde0882b-c459-4140-94b6-5b0a8f200cf0
X-Archives-Hash: 884a23bddebeccb79222f94096490937

commit:     7e63eaefbe738901aa916c1a60e8c6b7b0a40d08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 02:04:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 02:05:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e63eaef

sys-libs/ncurses: add brief pointer comment wrt opaque

Followup to d7b3889a66553ad455ee778230d11b0d30d8810e.

Bug: https://bugs.gentoo.org/928873
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/ncurses/ncurses-6.4_p20240414.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/ncurses/ncurses-6.4_p20240414.ebuild b/sys-libs/ncurses/ncurses-6.4_p20240414.ebuild
index 285b2e6a244c..3d26b093679b 100644
--- a/sys-libs/ncurses/ncurses-6.4_p20240414.ebuild
+++ b/sys-libs/ncurses/ncurses-6.4_p20240414.ebuild
@@ -329,6 +329,7 @@ do_configure() {
 		conf+=(
 			--without-{pthread,reentrant}
 
+			# XXX: Revisit on next ABI break (>6) (bug #928873)
 			--disable-opaque-curses
 			--disable-opaque-form
 			--disable-opaque-menu