repo/proj/guru:dev commit in: games-util/r2modman-bin/
"David Roman" <[email protected]> Tue, 04 Aug 2026 08:55:17 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785833709.b8bcc4f4173b482018536fef569d40cc4e73c713.davidroman@gentoo> |
commit: b8bcc4f4173b482018536fef569d40cc4e73c713 Author: Dustin Smith <d.usty360 <AT> gmail <DOT> com> AuthorDate: Sun Aug 2 17:26:17 2026 +0000 Commit: David Roman <stkw0 <AT> disroot <DOT> org> CommitDate: Tue Aug 4 08:55:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8bcc4f4 games-util/r2modman-bin: fix/add missing files to QA_PREBUILT chrome_crashpad_handler and libvulkan.so.1 are precompiled and come from the upstream tarball, so add them to QA_PREBUILT. This was changed upstream sometime between 3.1.51 (the last version that was packaged in ::guru) and 3.2.18 (now): libvulkan.so.1 was just libvulkan.so, and chrome_crashpad_handler didn't exist at all. Closes: https://bugs.gentoo.org/979326 Signed-off-by: Dustin Smith <d.usty360 <AT> gmail.com> Part-of: https://codeberg.org/gentoo/guru/pulls/26 Merges: https://codeberg.org/gentoo/guru/pulls/26 Signed-off-by: David Roman <stkw0 <AT> disroot.org> games-util/r2modman-bin/r2modman-bin-3.2.18.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-util/r2modman-bin/r2modman-bin-3.2.18.ebuild b/games-util/r2modman-bin/r2modman-bin-3.2.18.ebuild index be4d7ea3cb..ef65b514b6 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.2.18.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -64,12 +64,13 @@ RDEPEND=" " QA_PREBUILT=" + /opt/r2modman/chrome_crashpad_handler /opt/r2modman/chrome-sandbox /opt/r2modman/libEGL.so /opt/r2modman/libGLESv2.so /opt/r2modman/libffmpeg.so /opt/r2modman/libvk_swiftshader.so - /opt/r2modman/libvulkan.so + /opt/r2modman/libvulkan.so.1 /opt/r2modman/r2modman /opt/r2modman/swiftshader/libEGL.so /opt/r2modman/swiftshader/libGLESv2.so