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 75DF7158094 for ; Sun, 9 Oct 2022 22:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DCEBE0839; Sun, 9 Oct 2022 22:07:19 +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 7553BE0839 for ; Sun, 9 Oct 2022 22:07:19 +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 86BFF33C4EE for ; Sun, 9 Oct 2022 22:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D7A1602 for ; Sun, 9 Oct 2022 22:07:17 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1665353144.931e51484fab448b26081ce0252edc908b830c33.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/WebPlotDigitizer-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild X-VCS-Directories: media-gfx/WebPlotDigitizer-bin/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 931e51484fab448b26081ce0252edc908b830c33 X-VCS-Branch: dev Date: Sun, 9 Oct 2022 22:07:17 +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: f4f19d71-f7ab-4dfb-acfb-7a8301eb1637 X-Archives-Hash: c88d8f8afc5247bc2e85a78a89448217 commit: 931e51484fab448b26081ce0252edc908b830c33 Author: Sergey Torokhov yandex ru> AuthorDate: Sun Oct 9 22:05:44 2022 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Sun Oct 9 22:05:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=931e5148 media-gfx/WebPlotDigitizer-bin: update QA_SONAME (pkg is amd64 only) Closes: https://bugs.gentoo.org/855338 Signed-off-by: Sergey Torokhov yandex.ru> media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index a5ad401e4..af608c947 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -45,8 +45,8 @@ QA_FLAGS_IGNORED=" ## It seems media-libs/alsa-lib is required by chrome-sandbox. ## Actually this library isn't required to work. QA_SONAME=" - /usr/lib.*/libasound.so.2 - /usr/lib.*/libxkbcommon.so.0 + /usr/lib64/libasound.so.2 + /usr/lib64/libxkbcommon.so.0 " src_install() {