x11-wm/oxwm: fix ebuild for 9999

Closes: https://bugs.gentoo.org/975325
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
Eric Joldasov
2026-05-18 15:03:04 +05:00
parent 7c52cac573
commit c897a9bdac

View File

@@ -3,7 +3,7 @@
EAPI=8
ZIG_OPTIONAL="1"
ZIG_SLOT="0.16"
inherit git-r3 zig
@@ -25,22 +25,20 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
${RDEPEND}
dev-lang/zig
virtual/pkgconfig
"
BDEPEND="${RDEPEND}"
src_unpack() {
git-r3_src_unpack
zig_live_src_unpack
}
src_configure() {
zig_src_configure
}
local my_zbs_args=(
# Recommended default by upstream:
--release=small
)
src_compile() {
zig_src_compile -Doptimize=ReleaseSmall
zig_src_configure
}
src_install() {