diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index af608c9478..dcae2a7220 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 65a58ebe08..1166e00338 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}"