commit:     78d79e48ea15edc1bc7eb6828d8236c6e040c6f8
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 07:38:09 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 07:38:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d79e48

app-emulation/qtrvsim: fix compilation with Qt 6.10

Thanks to asturm for pointing out the fix.

Closes: https://bugs.gentoo.org/967015
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-emulation/qtrvsim/Manifest                | 1 +
 app-emulation/qtrvsim/qtrvsim-0.9.8-r1.ebuild | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest
index 969abdddbf19..bd5d60395a68 100644
--- a/app-emulation/qtrvsim/Manifest
+++ b/app-emulation/qtrvsim/Manifest
@@ -1,2 +1,3 @@
+DIST qtrvsim-0.9.8-fix-compilation-with-qt-6.10.patch 1173 BLAKE2B 
0838067566cbe0c2e798d9e435b19a5a3428f960ac301a8f58d32f5c3d92498e94f87538ad03a9b846088ac96be2d7a9ff2b49768e4b1114f0c547221531aa10
 SHA512 
7dea93e869371fe9b4dfedb28f5049d3b4d2f31924b15b0f88b4493bf243cf8d79f35912b20cc660cdbf25228dda388543301b483a4b36f1622080b46dde8fbc
 DIST qtrvsim-0.9.8-svgscene-fix-build-when-qt6-is-specified.patch 1445 BLAKE2B 
d34e5dceae9f76bef0e74ac77b1f32285518cd3c49013a802933e0a37e54c2057e460d7a995679e814080b1a6e0a4562c5e060cbb1d3b8aa8fa6467ced2f7c92
 SHA512 
44c735f5727546178616b16376ff726f1c8d6ce671b492a8154c2631f3f06f0917a968379856a5c9c537a343702ad3d74aa475d2d24aced723ee286f2a5dd860
 DIST qtrvsim-0.9.8.tar.gz 1442156 BLAKE2B 
d1e98f5cf0706c2d6cd1edcfdb92d60b4dcd9f74f05e4992f13fc30a11384a25e64af62dbda55a2a3befadbbb6c74d827d8316c392686212c9086487e5adf4c9
 SHA512 
88efbd3663faadff3f1df44edf518fa9c2f769339d336947cf61c9a9b359b264877f1062a3611b2c3446dbb26a5766316eeb2a861d9e325ca4587705eaddcf15

diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.8-r1.ebuild 
b/app-emulation/qtrvsim/qtrvsim-0.9.8-r1.ebuild
index 2c1f5eaacb63..be7849b8a84f 100644
--- a/app-emulation/qtrvsim/qtrvsim-0.9.8-r1.ebuild
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.8-r1.ebuild
@@ -12,6 +12,8 @@ SRC_URI="
                -> ${P}.tar.gz
        
https://github.com/cvut/qtrvsim/commit/ce63bb060fa8adb2215547da8a12d4e8d5a8f87e.patch
                -> ${PN}-0.9.8-svgscene-fix-build-when-qt6-is-specified.patch
+       
https://github.com/Flowdalic/qtrvsim/commit/33c9fc538c950da2ebad2cd7bfee28d4a37fd586.patch
+               -> ${PN}-0.9.8-fix-compilation-with-qt-6.10.patch
 "
 
 LICENSE="GPL-3+"
@@ -26,6 +28,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
        "${DISTDIR}"/${PN}-0.9.8-svgscene-fix-build-when-qt6-is-specified.patch
+       "${DISTDIR}"/${PN}-0.9.8-fix-compilation-with-qt-6.10.patch
 )
 
 src_configure() {

Reply via email to