From 6a938e45c991843fb0200c4d25ee1c4c32d940de Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Mon, 14 Aug 2023 09:54:33 +0200 Subject: x11-wm/leftwm: build all the binaries Closes: https://bugs.gentoo.org/912254 Signed-off-by: Remigiusz Micielski --- x11-wm/leftwm/leftwm-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm') diff --git a/x11-wm/leftwm/leftwm-0.4.2.ebuild b/x11-wm/leftwm/leftwm-0.4.2.ebuild index 5933c93a4..b85ca6a95 100644 --- a/x11-wm/leftwm/leftwm-0.4.2.ebuild +++ b/x11-wm/leftwm/leftwm-0.4.2.ebuild @@ -208,7 +208,7 @@ src_compile() { $(usex systemd "journald-log" "") $(usex syslog "sys-log" "") ) - cargo_src_compile --bin leftwm --no-default-features + cargo_src_compile --no-default-features } src_install() { -- cgit v1.2.3-65-gdbad