From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AD8515800A for ; Mon, 14 Aug 2023 16:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A10F02BC031; Mon, 14 Aug 2023 16:36:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 859962BC031 for ; Mon, 14 Aug 2023 16:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 778EB335DEB for ; Mon, 14 Aug 2023 16:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA6DFAD for ; Mon, 14 Aug 2023 16:36:44 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1692000914.6a938e45c991843fb0200c4d25ee1c4c32d940de.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/leftwm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-wm/leftwm/leftwm-0.4.2.ebuild X-VCS-Directories: x11-wm/leftwm/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 6a938e45c991843fb0200c4d25ee1c4c32d940de X-VCS-Branch: master Date: Mon, 14 Aug 2023 16:36:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2cef3c4b-479b-4bb1-9e0c-da3d075616c5 X-Archives-Hash: b344a3f3269995f791e5f250ce16fb0a commit: 6a938e45c991843fb0200c4d25ee1c4c32d940de Author: Remigiusz Micielski purelymail com> AuthorDate: Mon Aug 14 07:54:33 2023 +0000 Commit: Haelwenn Monnier hacktivis 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 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() {