From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1B8A315813A for ; Wed, 08 Jan 2025 06:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F04E0823; Wed, 08 Jan 2025 06:33:42 +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 4AD7FE0823 for ; Wed, 08 Jan 2025 06:33:42 +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 6881C335D0F for ; Wed, 08 Jan 2025 06:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5782B1D63 for ; Wed, 08 Jan 2025 06:33:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1736317979.175aeabd2d0b20f454f11d92101f2dcfbbd0b033.juippis@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.0.1-r1.ebuild X-VCS-Directories: x11-terms/ghostty/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 175aeabd2d0b20f454f11d92101f2dcfbbd0b033 X-VCS-Branch: master Date: Wed, 08 Jan 2025 06:33:38 +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: 750f0007-7030-43ee-8dc9-86f1d9e0afe2 X-Archives-Hash: ef0598f23fd56ef1c9e40c6a5738aade commit: 175aeabd2d0b20f454f11d92101f2dcfbbd0b033 Author: sin-ack protonmail com> AuthorDate: Wed Jan 1 13:23:12 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 8 06:32:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175aeabd x11-terms/ghostty: apply style feedback Signed-off-by: sin-ack protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39965 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/ghostty/ghostty-1.0.1-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild index efc6372947ec..95117192ae04 100644 --- a/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild +++ b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild @@ -67,7 +67,6 @@ RDEPEND=" adwaita? ( gui-libs/libadwaita:1= ) X? ( x11-libs/libX11 ) - system-fontconfig? ( >=media-libs/fontconfig-2.14.2:= ) system-freetype? ( system-harfbuzz? ( >=media-libs/freetype-2.13.2:=[bzip2,harfbuzz] ) @@ -89,10 +88,8 @@ BDEPEND=" IUSE="+X +adwaita man" # System integrations -IUSE+=" - +system-fontconfig +system-freetype +system-glslang +system-harfbuzz +system-libpng +system-libxml2 - +system-oniguruma +system-zlib -" +IUSE+=" +system-fontconfig +system-freetype +system-glslang +system-harfbuzz +system-libpng +system-libxml2" +IUSE+=" +system-oniguruma +system-zlib" # XXX: Because we set --release=fast below, Zig will automatically strip # the binary. Until Ghostty provides a way to disable the banner while