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 F2D1715A7D9 for ; Sun, 19 Mar 2023 23:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17768E07C9; Sun, 19 Mar 2023 23:55:45 +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 EF7C2E07C9 for ; Sun, 19 Mar 2023 23:55:44 +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 B72203412D5 for ; Sun, 19 Mar 2023 23:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256EE7F5 for ; Sun, 19 Mar 2023 23:55:42 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1679270054.592d85e59acd73be93089c7c6a6d0b2ac4e3d807.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-2.1.0.ebuild dev-vcs/stgit/stgit-2.2.0.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 592d85e59acd73be93089c7c6a6d0b2ac4e3d807 X-VCS-Branch: master Date: Sun, 19 Mar 2023 23:55:42 +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: 7877294d-6b92-4e8d-a215-283e0c606be9 X-Archives-Hash: 400a0c367177c024d09358942683774c commit: 592d85e59acd73be93089c7c6a6d0b2ac4e3d807 Author: Yixun Lan gentoo org> AuthorDate: Sun Mar 19 23:54:14 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Mar 19 23:54:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592d85e5 dev-vcs/stgit: fix LDFLAGS QA warning Closes: https://bugs.gentoo.org/902005 Signed-off-by: Yixun Lan gentoo.org> dev-vcs/stgit/stgit-2.1.0.ebuild | 2 +- dev-vcs/stgit/stgit-2.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/stgit/stgit-2.1.0.ebuild b/dev-vcs/stgit/stgit-2.1.0.ebuild index 20fc837b2e4e..54147b17ac7c 100644 --- a/dev-vcs/stgit/stgit-2.1.0.ebuild +++ b/dev-vcs/stgit/stgit-2.1.0.ebuild @@ -142,7 +142,7 @@ RDEPEND="" # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED="usr/bin/stg" src_configure() { filter-lto #bug 897692 diff --git a/dev-vcs/stgit/stgit-2.2.0.ebuild b/dev-vcs/stgit/stgit-2.2.0.ebuild index 5c031f871323..683baec1b3a5 100644 --- a/dev-vcs/stgit/stgit-2.2.0.ebuild +++ b/dev-vcs/stgit/stgit-2.2.0.ebuild @@ -194,7 +194,7 @@ RDEPEND="" # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED="usr/bin/stg" src_configure() { filter-lto #bug 897692