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 01741158089 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 81E492BC09C; 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 61B6B2BC09C 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 55BDD335D63 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 1C8A81190 for ; Thu, 14 Sep 2023 13:22:53 +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: <1694671981.56505e8f177941cb1edbed6f2811811db9ce2b0d.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: 56505e8f177941cb1edbed6f2811811db9ce2b0d X-VCS-Branch: master Date: Thu, 14 Sep 2023 13:22:53 +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: 0ab5eba3-b66f-492e-8ed5-525196677a91 X-Archives-Hash: 0b554f3af3d5282968b1ee1360b10920 commit: 56505e8f177941cb1edbed6f2811811db9ce2b0d Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Sep 14 06:13:01 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 14 06:13:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56505e8f gui-apps/1password: add QA_SONAME Closes: https://bugs.gentoo.org/904336 Signed-off-by: Vitaly Zdanevich ya.ru> gui-apps/1password/1password-8.10.7.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gui-apps/1password/1password-8.10.7.ebuild b/gui-apps/1password/1password-8.10.7.ebuild index b8f25582ac..d2fa6c2e73 100644 --- a/gui-apps/1password/1password-8.10.7.ebuild +++ b/gui-apps/1password/1password-8.10.7.ebuild @@ -35,6 +35,27 @@ src_unpack() { QA_FLAGS_IGNORED="/usr/bin/${PN}" +QA_SONAME=" +/usr/lib64/libXcomposite.so.1 +/usr/lib64/libXdamage.so.1 +/usr/lib64/libXfixes.so.3 +/usr/lib64/libXrandr.so.2 +/usr/lib64/libasound.so.2 +/usr/lib64/libatk-1.0.so.0 +/usr/lib64/libatk-bridge-2.0.so.0 +/usr/lib64/libatspi.so.0 +/usr/lib64/libcups.so.2 +/usr/lib64/libdrm.so.2 +/usr/lib64/libgbm.so.1 +/usr/lib64/libgtk-3.so.0 +/usr/lib64/libnspr4.so +/usr/lib64/libnss3.so +/usr/lib64/libnssutil3.so +/usr/lib64/libpango-1.0.so.0 +/usr/lib64/libsmime3.so +/usr/lib64/libxkbcommon.so.0 +" + src_install() { cp -ar "${S}/opt" "${D}" || die "Install failed!" cp -ar "${S}/usr" "${D}" || die "Install failed!"