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 493D3158094 for ; Wed, 29 Jun 2022 15:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BD5E03EC; Wed, 29 Jun 2022 15:38:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95D17E077F for ; Wed, 29 Jun 2022 15:38:03 +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 D511A341A5F 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 2B3F9525 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: <1656451365.67dcf18458b7742f0adfa7e57bfba1f08bc20359.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: 67dcf18458b7742f0adfa7e57bfba1f08bc20359 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: 34c8cbea-cbcd-484d-b750-b33775140aa5 X-Archives-Hash: 64dc03fcfb81683c8ac1a3f2cd96cc52 commit: 67dcf18458b7742f0adfa7e57bfba1f08bc20359 Author: Sergey Torokhov yandex ru> AuthorDate: Tue Jun 28 21:22:45 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 28 21:22:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67dcf184 media-gfx/WebPlotDigitizer-bin: fix QA not respect CFLAGS/LDFLAGS Closes: https://bugs.gentoo.org/853004 Closes: https://bugs.gentoo.org/853001 Signed-off-by: Sergey Torokhov yandex.ru> media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 934930217..a5ad401e4 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -39,7 +39,7 @@ S="${WORKDIR}/${MY_PN}-${PV}-linux-x64" QA_FLAGS_IGNORED=" /opt/${P}/chrome-sandbox - /opt/${P}/libvulkan.so* + /opt/${P}/libvulkan.* " ## It seems media-libs/alsa-lib is required by chrome-sandbox.