commit: a262b46c46099a227656b21734f353a49b080781 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Tue Feb 20 12:20:52 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Feb 20 12:23:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a262b46c
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 <AT> posteo.net> 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() {
