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 E367D15808B for ; Thu, 15 Feb 2024 10:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31EEDE29A7; Thu, 15 Feb 2024 10:57:30 +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 10708E29A7 for ; Thu, 15 Feb 2024 10:57:30 +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 45EB534301E for ; Thu, 15 Feb 2024 10:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3EF611CF for ; Thu, 15 Feb 2024 10:57:27 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1707994634.b9ec961f68f4be335ae433286d931bcee56f5e8e.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/mountpoint-s3-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild X-VCS-Directories: sys-fs/mountpoint-s3-bin/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: b9ec961f68f4be335ae433286d931bcee56f5e8e X-VCS-Branch: dev Date: Thu, 15 Feb 2024 10:57:27 +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: 65ab307b-4184-4243-8258-4d85e8800c68 X-Archives-Hash: ab2b0d94aef009269f6c7775e5a34c04 commit: b9ec961f68f4be335ae433286d931bcee56f5e8e Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Feb 15 10:57:14 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Thu Feb 15 10:57:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9ec961f sys-fs/mountpoint-s3-bin: replace QA_FLAGS_IGNORED to QA_PREBUILT Closes: https://bugs.gentoo.org/show_bug.cgi?id=913973 Signed-off-by: Vitaly Zdanevich ya.ru> sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild index 5d4ab49701..19f5ca2ec1 100644 --- a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.1.1.ebuild @@ -18,7 +18,7 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" -QA_FLAGS_IGNORED="/usr/bin/${PN}" +QA_PREBUILT="/usr/bin/${PN}" src_install() { newbin "${S}/bin/mount-s3" ${PN}