From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A9C6E1582EF for ; Sun, 16 Feb 2025 14:46:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9366F343119 for ; Sun, 16 Feb 2025 14:46:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 95DF81102CD; Sun, 16 Feb 2025 14:46:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 8D0AB1102CD for ; Sun, 16 Feb 2025 14:46:50 +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 4576E34311C for ; Sun, 16 Feb 2025 14:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D91AA170C for ; Sun, 16 Feb 2025 14:46:48 +0000 (UTC) From: "Sam James" 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" Message-ID: <1739717183.b3f2550fba607bafe0eeb23d45ce488195c27bf1.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.5_p20250118.ebuild sys-libs/ncurses/ncurses-6.5_p20250125.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3f2550fba607bafe0eeb23d45ce488195c27bf1 X-VCS-Branch: master Date: Sun, 16 Feb 2025 14:46:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dae4268a-1eac-4435-83db-0d1899c1d9e9 X-Archives-Hash: cdc94e00e059696c64c71dd2a8006360 commit: b3f2550fba607bafe0eeb23d45ce488195c27bf1 Author: sin-ack protonmail com> AuthorDate: Mon Feb 3 01:03:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 16 14:46:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f2550f sys-libs/ncurses: weak block older x11-terms/ghostty versions Ghostty by default ships its own terminfo database. Newer versions of ncurses have incorporated this data and it is installed unless USE=minimal is specified. Newer Ghostty versions adapt to this by installing a ghostty-terminfo package when ncurses[minimal] is installed, and deferring to ncurses otherwise. However, to make upgrades automatic, we must block older versions of Ghostty so that ncurses can replace Ghostty-installed files. Bug: https://bugs.gentoo.org/949209 Signed-off-by: sin-ack protonmail.com> Signed-off-by: Sam James gentoo.org> sys-libs/ncurses/ncurses-6.5_p20250118.ebuild | 1 + sys-libs/ncurses/ncurses-6.5_p20250125.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/ncurses/ncurses-6.5_p20250118.ebuild b/sys-libs/ncurses/ncurses-6.5_p20250118.ebuild index b3897588998c..4475535dc262 100644 --- a/sys-libs/ncurses/ncurses-6.5_p20250118.ebuild +++ b/sys-libs/ncurses/ncurses-6.5_p20250118.ebuild @@ -137,6 +137,7 @@ RDEPEND=" !