summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-18 19:30:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 18:03:32 +0200
commitf66325ca853ef50a69a8c771cafaa3c23f453723 (patch)
tree8bac67799fdf042ed624230ad23c3053e4d61ec0 /dev-qt/qtcore
parentqt5-build.eclass: Add qt5_syncqt_version() (diff)
downloadgentoo-f66325ca853ef50a69a8c771cafaa3c23f453723.tar.gz
gentoo-f66325ca853ef50a69a8c771cafaa3c23f453723.tar.bz2
gentoo-f66325ca853ef50a69a8c771cafaa3c23f453723.zip
dev-qt/qtcore: Make use of qt5_syncqt_version()
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtcore')
-rw-r--r--dev-qt/qtcore/qtcore-5.15.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.10.ebuild b/dev-qt/qtcore/qtcore-5.15.10.ebuild
index 48613cf5c13a..bb160e75674e 100644
--- a/dev-qt/qtcore/qtcore-5.15.10.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.10.ebuild
@@ -80,8 +80,8 @@ src_prepare() {
qt5-build_src_prepare
- # workaround for 0113-Annotate-QMutex-...patch adding a header
- perl bin/syncqt.pl -version ${PV} || die
+ # workaround for a79a370c (...0090-Annotate-QMutex-...patch) adding a header
+ qt5_syncqt_version
}
src_configure() {