diff options
author | 2023-08-14 09:54:33 +0200 | |
---|---|---|
committer | 2023-08-14 10:15:14 +0200 | |
commit | 6a938e45c991843fb0200c4d25ee1c4c32d940de (patch) | |
tree | 0855d01f4e321193b7453036908138eb38669104 /x11-wm | |
parent | app-misc/twertlefetch: new package, add 1.1.0 (diff) | |
download | guru-6a938e45c991843fb0200c4d25ee1c4c32d940de.tar.gz guru-6a938e45c991843fb0200c4d25ee1c4c32d940de.tar.bz2 guru-6a938e45c991843fb0200c4d25ee1c4c32d940de.zip |
x11-wm/leftwm: build all the binaries
Closes: https://bugs.gentoo.org/912254
Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/leftwm/leftwm-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |