dev-util/bruno-bin: add QA_PREBUILT

Closes: https://bugs.gentoo.org/924982
Closes: https://bugs.gentoo.org/924983
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-02-20 13:20:52 +01:00
parent c2fa7bfe6d
commit a262b46c46

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,6 +46,17 @@ RDEPEND="
accessibility? ( app-accessibility/at-spi2-core )
"
QA_PREBUILT="
opt/Bruno/bruno
opt/Bruno/chrome-sandbox
opt/Bruno/chrome_crashpad_handler
opt/Bruno/libEGL.so
opt/Bruno/libGLESv2.so
opt/Bruno/libffmpeg.so
opt/Bruno/libvk_swiftshader.so
opt/Bruno/libvulkan.so.1
"
S="$WORKDIR"
src_install() {