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 52A8E158089 for ; Thu, 14 Sep 2023 13:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0042BC09F; Thu, 14 Sep 2023 13:22:57 +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 7A6F92BC09D for ; Thu, 14 Sep 2023 13:22:57 +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 701DA335D3B for ; Thu, 14 Sep 2023 13:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A4611B7 for ; Thu, 14 Sep 2023 13:22:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1694670278.cd0889b3182980f50cc41b22d31abc3eb462c763.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.7.ebuild X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: cd0889b3182980f50cc41b22d31abc3eb462c763 X-VCS-Branch: master Date: Thu, 14 Sep 2023 13:22:52 +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: 2c3af533-3fb1-4ecc-87c3-fdcdaf5b9fb7 X-Archives-Hash: 82bac0f484398b99f2eab557fea96c6b commit: cd0889b3182980f50cc41b22d31abc3eb462c763 Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Sep 14 05:44:38 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 14 05:44:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd0889b3 gui-apps/1password: add QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/904454 Signed-off-by: Vitaly Zdanevich ya.ru> gui-apps/1password/1password-8.10.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui-apps/1password/1password-8.10.7.ebuild b/gui-apps/1password/1password-8.10.7.ebuild index ebdb98bc25..b8f25582ac 100644 --- a/gui-apps/1password/1password-8.10.7.ebuild +++ b/gui-apps/1password/1password-8.10.7.ebuild @@ -33,6 +33,8 @@ src_unpack() { rpm_unpack ${P}.x86_64.rpm } +QA_FLAGS_IGNORED="/usr/bin/${PN}" + src_install() { cp -ar "${S}/opt" "${D}" || die "Install failed!" cp -ar "${S}/usr" "${D}" || die "Install failed!"