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 40A08158020 for ; Tue, 11 Oct 2022 19:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53321E086C; Tue, 11 Oct 2022 19:30:37 +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 37003E086F for ; Tue, 11 Oct 2022 19:30:37 +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 DCFE6341214 for ; Tue, 11 Oct 2022 19:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DAC61C for ; Tue, 11 Oct 2022 19:30:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1665353144.931e51484fab448b26081ce0252edc908b830c33.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 931e51484fab448b26081ce0252edc908b830c33 X-VCS-Branch: master Date: Tue, 11 Oct 2022 19:30:33 +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: 1929ef77-4b82-4e97-b517-5abc744a7cdc X-Archives-Hash: 081f12f07a53ab2c818b92e5f2c7214f commit: 931e51484fab448b26081ce0252edc908b830c33 Author: Sergey Torokhov yandex ru> AuthorDate: Sun Oct 9 22:05:44 2022 +0000 Commit: Andrew Ammerlaan gentoo org> 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() {