summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-qt/qttools/qttools-6.8.3.ebuild3
-rw-r--r--dev-qt/qttools/qttools-6.9.0.ebuild3
-rw-r--r--dev-qt/qttools/qttools-6.9.9999.ebuild3
-rw-r--r--dev-qt/qttools/qttools-6.9999.ebuild3
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-qt/qttools/qttools-6.8.3.ebuild b/dev-qt/qttools/qttools-6.8.3.ebuild
index 52750e2eb0d8..b8a40f8285e6 100644
--- a/dev-qt/qttools/qttools-6.8.3.ebuild
+++ b/dev-qt/qttools/qttools-6.8.3.ebuild
@@ -66,7 +66,8 @@ src_prepare() {
qt6-build_src_prepare
# qttools is picky about clang versions and ignores LLVM_SLOT
- sed -i '/find_package/s/${VERSION}//' cmake/FindWrapLibClang.cmake || die
+ sed -e '/find_package/s/${\(LLVM_\)*VERSION}//' \
+ -i cmake/FindWrapLibClang.cmake || die
}
src_configure() {
diff --git a/dev-qt/qttools/qttools-6.9.0.ebuild b/dev-qt/qttools/qttools-6.9.0.ebuild
index 52750e2eb0d8..b8a40f8285e6 100644
--- a/dev-qt/qttools/qttools-6.9.0.ebuild
+++ b/dev-qt/qttools/qttools-6.9.0.ebuild
@@ -66,7 +66,8 @@ src_prepare() {
qt6-build_src_prepare
# qttools is picky about clang versions and ignores LLVM_SLOT
- sed -i '/find_package/s/${VERSION}//' cmake/FindWrapLibClang.cmake || die
+ sed -e '/find_package/s/${\(LLVM_\)*VERSION}//' \
+ -i cmake/FindWrapLibClang.cmake || die
}
src_configure() {
diff --git a/dev-qt/qttools/qttools-6.9.9999.ebuild b/dev-qt/qttools/qttools-6.9.9999.ebuild
index 52750e2eb0d8..b8a40f8285e6 100644
--- a/dev-qt/qttools/qttools-6.9.9999.ebuild
+++ b/dev-qt/qttools/qttools-6.9.9999.ebuild
@@ -66,7 +66,8 @@ src_prepare() {
qt6-build_src_prepare
# qttools is picky about clang versions and ignores LLVM_SLOT
- sed -i '/find_package/s/${VERSION}//' cmake/FindWrapLibClang.cmake || die
+ sed -e '/find_package/s/${\(LLVM_\)*VERSION}//' \
+ -i cmake/FindWrapLibClang.cmake || die
}
src_configure() {
diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild
index 52750e2eb0d8..b8a40f8285e6 100644
--- a/dev-qt/qttools/qttools-6.9999.ebuild
+++ b/dev-qt/qttools/qttools-6.9999.ebuild
@@ -66,7 +66,8 @@ src_prepare() {
qt6-build_src_prepare
# qttools is picky about clang versions and ignores LLVM_SLOT
- sed -i '/find_package/s/${VERSION}//' cmake/FindWrapLibClang.cmake || die
+ sed -e '/find_package/s/${\(LLVM_\)*VERSION}//' \
+ -i cmake/FindWrapLibClang.cmake || die
}
src_configure() {