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 8C70E1582EF for ; Sun, 16 Feb 2025 14:46:55 +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 79DB734318B for ; Sun, 16 Feb 2025 14:46:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE681110472; 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 B3ECC110472 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 6C94C343141 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 0C5F82720 for ; Sun, 16 Feb 2025 14:46:49 +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: <1739717184.5b6db81b87c1a5adb5f2cc229283243961a12862.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/ghostty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/ghostty/ghostty-1.1.0-r1.ebuild x11-terms/ghostty/ghostty-1.1.0.ebuild X-VCS-Directories: x11-terms/ghostty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b6db81b87c1a5adb5f2cc229283243961a12862 X-VCS-Branch: master Date: Sun, 16 Feb 2025 14:46:49 +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: c46c9090-6914-41bd-910c-e966f37a8e47 X-Archives-Hash: 36966d9107a7e148db0f447e0e0c883d commit: 5b6db81b87c1a5adb5f2cc229283243961a12862 Author: sin-ack protonmail com> AuthorDate: Tue Feb 4 20:58:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 16 14:46:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6db81b x11-terms/ghostty: unconditionally depend on x11-terms/ghostty-terminfo The ghostty-terminfo package now does the right thing in all cases so always depend on it. Bug: https://bugs.gentoo.org/949209 Signed-off-by: sin-ack protonmail.com> Signed-off-by: Sam James gentoo.org> x11-terms/ghostty/{ghostty-1.1.0.ebuild => ghostty-1.1.0-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x11-terms/ghostty/ghostty-1.1.0.ebuild b/x11-terms/ghostty/ghostty-1.1.0-r1.ebuild similarity index 98% rename from x11-terms/ghostty/ghostty-1.1.0.ebuild rename to x11-terms/ghostty/ghostty-1.1.0-r1.ebuild index 92c492a18475..07fc9f25b86b 100644 --- a/x11-terms/ghostty/ghostty-1.1.0.ebuild +++ b/x11-terms/ghostty/ghostty-1.1.0-r1.ebuild @@ -75,10 +75,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND=" ${COMMON_DEPEND} - || ( - >=sys-libs/ncurses-6.5_p20250118[-minimal] - ~x11-terms/ghostty-terminfo-${PV} - ) + ~x11-terms/ghostty-terminfo-${PV} " BDEPEND=" man? ( virtual/pandoc )