mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
ZIG_OPTIONAL="1"
|
ZIG_SLOT="0.16"
|
||||||
|
|
||||||
inherit git-r3 zig
|
inherit git-r3 zig
|
||||||
|
|
||||||
@@ -25,22 +25,20 @@ RDEPEND="
|
|||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="${RDEPEND}"
|
||||||
${RDEPEND}
|
|
||||||
dev-lang/zig
|
|
||||||
virtual/pkgconfig
|
|
||||||
"
|
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
git-r3_src_unpack
|
git-r3_src_unpack
|
||||||
|
zig_live_src_unpack
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
zig_src_configure
|
local my_zbs_args=(
|
||||||
}
|
# Recommended default by upstream:
|
||||||
|
--release=small
|
||||||
|
)
|
||||||
|
|
||||||
src_compile() {
|
zig_src_configure
|
||||||
zig_src_compile -Doptimize=ReleaseSmall
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user