diff options
author | sin-ack <sin-ack@protonmail.com> | 2025-01-01 13:23:12 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2025-01-08 08:32:59 +0200 |
commit | 175aeabd2d0b20f454f11d92101f2dcfbbd0b033 (patch) | |
tree | f4bb6c7b0d6856159b8d14e9545b7e375141b6a9 /x11-terms | |
parent | x11-terms/ghostty: remove IUSE glfw, always build gtk runtime (diff) | |
download | gentoo-175aeabd2d0b20f454f11d92101f2dcfbbd0b033.tar.gz gentoo-175aeabd2d0b20f454f11d92101f2dcfbbd0b033.tar.bz2 gentoo-175aeabd2d0b20f454f11d92101f2dcfbbd0b033.zip |
x11-terms/ghostty: apply style feedback
Signed-off-by: sin-ack <sin-ack@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39965
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/ghostty/ghostty-1.0.1-r1.ebuild | 7 |
1 files 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 |