From a262b46c46099a227656b21734f353a49b080781 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Tue, 20 Feb 2024 13:20:52 +0100 Subject: [PATCH] dev-util/bruno-bin: add QA_PREBUILT Closes: https://bugs.gentoo.org/924982 Closes: https://bugs.gentoo.org/924983 Signed-off-by: Lucio Sauer --- dev-util/bruno-bin/bruno-bin-1.9.0.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild index 40437c4da5..abde2b3035 100644 --- a/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild +++ b/dev-util/bruno-bin/bruno-bin-1.9.0.ebuild @@ -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() {