commit: 6a938e45c991843fb0200c4d25ee1c4c32d940de Author: Remigiusz Micielski <rmicielski <AT> purelymail <DOT> com> AuthorDate: Mon Aug 14 07:54:33 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Mon Aug 14 08:15:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a938e45
x11-wm/leftwm: build all the binaries Closes: https://bugs.gentoo.org/912254 Signed-off-by: Remigiusz Micielski <rmicielski <AT> purelymail.com> x11-wm/leftwm/leftwm-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/leftwm/leftwm-0.4.2.ebuild b/x11-wm/leftwm/leftwm-0.4.2.ebuild index 5933c93a47..b85ca6a952 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() {
