diff --git a/sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013.ebuild b/sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013-r1.ebuild similarity index 91% rename from sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013.ebuild rename to sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013-r1.ebuild index 96986680804a..d4b9e83979cc 100644 --- a/sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013.ebuild +++ b/sci-libs/jkqtplotter/jkqtplotter-5.0.0_pre20251013-r1.ebuild @@ -39,6 +39,14 @@ BDEPEND=" ) " +src_prepare() { + # avoid Qt5 automagic, https://bugs.gentoo.org/966047 + sed -e "/^ *find_package.*QT NAMES/s/Qt5 //" \ + -i cmake/jkqtplotter_common_qtsettings.cmake || die + + cmake_src_prepare +} + src_configure() { local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON