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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57013158170 for ; Sat, 20 Jul 2024 03:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57D97E29B4; Sat, 20 Jul 2024 03:01:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EE94E29B4 for ; Sat, 20 Jul 2024 03:01:53 +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 F303B33FE60 for ; Sat, 20 Jul 2024 03:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD5C81E39 for ; Sat, 20 Jul 2024 03:01:49 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1721444403.19e4e10f3bc45a06e830633d455fc2afafe0e0f3.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/lact/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/lact/lact-0.5.5.ebuild X-VCS-Directories: sys-apps/lact/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 19e4e10f3bc45a06e830633d455fc2afafe0e0f3 X-VCS-Branch: dev Date: Sat, 20 Jul 2024 03:01:49 +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: b06e9b45-19a1-42fd-9140-ff2064d8dcfc X-Archives-Hash: a76026a2722c4ae11e07a558cf01973a commit: 19e4e10f3bc45a06e830633d455fc2afafe0e0f3 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jul 20 02:50:35 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Jul 20 03:00:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19e4e10f sys-apps/lact: use cargo_target_dir helper This will cause QA notice (sed noop) in normal builds but I accept it for readability. Signed-off-by: Takuya Wakazono gmail.com> sys-apps/lact/lact-0.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lact/lact-0.5.5.ebuild b/sys-apps/lact/lact-0.5.5.ebuild index 46b76fc7b..3424a7e04 100644 --- a/sys-apps/lact/lact-0.5.5.ebuild +++ b/sys-apps/lact/lact-0.5.5.ebuild @@ -387,7 +387,7 @@ QA_FLAGS_IGNORED="usr/bin/lact" src_configure() { sed -i "/^strip =/d" Cargo.toml || die - use debug && { sed -i "s|target/release|target/debug|" Makefile || die; } + sed -i "s|target/release|$(cargo_target_dir)|" Makefile || die local myfeatures=( $(usev drm)