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 1BAA915838C for ; Sun, 21 Jan 2024 10:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D8CE29B4; Sun, 21 Jan 2024 10:00:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC3A5E29B4 for ; Sun, 21 Jan 2024 10:00:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24F993432AB for ; Sun, 21 Jan 2024 10:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574F714B6 for ; Sun, 21 Jan 2024 10:00:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705831226.136ca362535da7f89893b8549e3afe9c27e30f00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/anki/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/anki/anki-23.12.1.ebuild X-VCS-Directories: app-misc/anki/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 136ca362535da7f89893b8549e3afe9c27e30f00 X-VCS-Branch: master Date: Sun, 21 Jan 2024 10:00:56 +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: 7719c5a7-323d-43cf-abff-2dc4d6402aa0 X-Archives-Hash: 03d866d42d3cb30f0e953433df4b97a9 commit: 136ca362535da7f89893b8549e3afe9c27e30f00 Author: Lucio Sauer posteo net> AuthorDate: Tue Jan 9 23:06:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 10:00:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136ca362 app-misc/anki: build the build system runner with release profile Signed-off-by: Lucio Sauer posteo.net> Closes: https://github.com/gentoo/gentoo/pull/31122 Signed-off-by: Sam James gentoo.org> app-misc/anki/anki-23.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/anki/anki-23.12.1.ebuild b/app-misc/anki/anki-23.12.1.ebuild index b79e79196831..f72a6cf7ef2f 100644 --- a/app-misc/anki/anki-23.12.1.ebuild +++ b/app-misc/anki/anki-23.12.1.ebuild @@ -880,7 +880,7 @@ src_compile() { # * generate the ninja file and run ninja afterwards # * create the Python wheel files in "${S}"/out/wheels - cargo_src_compile $(usev debug "--release") --package runner + cargo build --release --package runner || die if use gui; then out/rust/release/runner build -- $(get_NINJAOPTS) wheels || die else