commit: 485d3b4ffca819872ecca879afc99ddde4b8ed10 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Thu Oct 13 15:51:43 2022 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Thu Oct 13 15:51:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=485d3b4f
media-gfx/WebPlotDIgitizer: At least I tried ¯\_(ツ)_/¯ Closes: https://bugs.gentoo.org/876831 Closes: https://bugs.gentoo.org/876833 Closes: https://bugs.gentoo.org/876835 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> .../WebPlotDigitizer-bin-4.5.ebuild | 18 +++--------------- .../WebPlotDigitizer-bin-4.6.ebuild | 18 +++--------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index af608c947..dcae2a722 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -18,13 +18,7 @@ KEYWORDS="~amd64" #RESTRICT="strip" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -QA_PREBUILT=" - */libGLESv2.so - */libEGL.so - */libffmpeg.so - */libvk_swiftshader.so - */${MY_PN}-${PV} - " +QA_PREBUILT="*" ## RDEPEND is still required to be filled with actual runtime-deps: ## python is just assumed runtime-dependency. @@ -37,17 +31,11 @@ BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_PN}-${PV}-linux-x64" -QA_FLAGS_IGNORED=" - /opt/${P}/chrome-sandbox - /opt/${P}/libvulkan.* -" +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/lib64/libasound.so.2 - /usr/lib64/libxkbcommon.so.0 -" +QA_SONAME="*" src_install() { insinto "/opt/${P}" diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild index 65a58ebe0..1166e0033 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild @@ -18,13 +18,7 @@ KEYWORDS="~amd64" #RESTRICT="strip" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -QA_PREBUILT=" - */libGLESv2.so - */libEGL.so - */libffmpeg.so - */libvk_swiftshader.so - */${MY_PN}-${PV} - " +QA_PREBUILT="*" ## RDEPEND is still required to be filled with actual runtime-deps: ## python is just assumed runtime-dependency. @@ -37,17 +31,11 @@ BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_PN}-${PV}-linux-x64" -QA_FLAGS_IGNORED=" - /opt/${P}/chrome-sandbox - /opt/${P}/libvulkan.* -" +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/lib64/libasound.so.2 - /usr/lib64/libxkbcommon.so.0 -" +QA_SONAME="*" src_install() { insinto "/opt/${P}"
