diff options
author | sin-ack <sin-ack@protonmail.com> | 2025-01-02 16:01:55 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2025-01-08 08:32:59 +0200 |
commit | 24c9d42c767024e41afe8f4099ab6f965fc9fc7c (patch) | |
tree | e136fa9f0f07e6a9f33bb6cd240094052d6105af /x11-terms/ghostty | |
parent | zig-utils.eclass: add ZIG_NEEDS_LLVM variable (diff) | |
download | gentoo-24c9d42c767024e41afe8f4099ab6f965fc9fc7c.tar.gz gentoo-24c9d42c767024e41afe8f4099ab6f965fc9fc7c.tar.bz2 gentoo-24c9d42c767024e41afe8f4099ab6f965fc9fc7c.zip |
x11-terms/ghostty: require zig with LLVM
Closes: https://bugs.gentoo.org/947328
Signed-off-by: sin-ack <sin-ack@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/ghostty')
-rw-r--r-- | x11-terms/ghostty/ghostty-1.0.1-r1.ebuild (renamed from x11-terms/ghostty/ghostty-1.0.1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-terms/ghostty/ghostty-1.0.1.ebuild b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild index bc5f8f256b99..87ec78f1d3fc 100644 --- a/x11-terms/ghostty/ghostty-1.0.1.ebuild +++ b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild @@ -42,6 +42,7 @@ declare -g -r -A ZBS_DEPENDENCIES=( ) ZIG_SLOT="0.13" +ZIG_NEEDS_LLVM=1 inherit zig xdg SRC_URI=" |