summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2024-07-20 19:55:08 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2024-07-20 19:55:08 +0300
commitaff4faa0924988e635cef587083d3cf848808576 (patch)
treed5739e36db5754d5cba80b42e8c68397b2a1b53c /app-text
parentapp-text/xpdf: remove unused cmake variable (diff)
downloadgentoo-aff4faa0924988e635cef587083d3cf848808576.tar.gz
gentoo-aff4faa0924988e635cef587083d3cf848808576.tar.bz2
gentoo-aff4faa0924988e635cef587083d3cf848808576.zip
app-text/xpdf: remove unused cmake variable
CMAKE_DISABLE_FIND_PACKAGE_Qt4 is never used if either qt6 or qt5 are found, so it can be safely removed to fix QA warning. Closes: https://bugs.gentoo.org/917451 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xpdf/xpdf-4.04-r2.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/app-text/xpdf/xpdf-4.04-r2.ebuild b/app-text/xpdf/xpdf-4.04-r2.ebuild
index 11c66d17c05a..d6b416ea336a 100644
--- a/app-text/xpdf/xpdf-4.04-r2.ebuild
+++ b/app-text/xpdf/xpdf-4.04-r2.ebuild
@@ -97,7 +97,6 @@ src_configure() {
# https://forum.xpdfreader.com/viewtopic.php?p=45052#p45052
# Likely fixed in 4.05
-DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=ON
)
cmake_src_configure
}