mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user