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 81BD5158094 for ; Wed, 29 Jun 2022 15:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32AA3E0866; Wed, 29 Jun 2022 15:38:04 +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 11B9EE0866 for ; Wed, 29 Jun 2022 15:38:04 +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 EF97B341A60 for ; Wed, 29 Jun 2022 15:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17754523 for ; Wed, 29 Jun 2022 15:38:00 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656449639.03ca14aa9b82f16713648969233760808e39a42f.flow@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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 03ca14aa9b82f16713648969233760808e39a42f X-VCS-Branch: master Date: Wed, 29 Jun 2022 15:38:00 +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: 5112bfc4-867c-445c-91c4-49698456590f X-Archives-Hash: 02e11262a0b31261a8735d7cc5f8fbfe commit: 03ca14aa9b82f16713648969233760808e39a42f Author: Sergey Torokhov yandex ru> AuthorDate: Tue Jun 28 20:53:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 28 20:53:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03ca14aa media-gfx/WebPlotDigitizer-bin: fix QA unresolved SONAME dependencies Closes: https://bugs.gentoo.org/853007 Signed-off-by: Sergey Torokhov yandex.ru> media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index 7c7d35a99..934930217 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -45,7 +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.*/libasound.so.2 + /usr/lib.*/libxkbcommon.so.0 " src_install() {