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@yandex.ru>
This commit is contained in:
Sergey Torokhov
2022-10-13 18:51:43 +03:00
parent 93be8eb3b1
commit 485d3b4ffc
2 changed files with 6 additions and 30 deletions

View File

@@ -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}"