diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2024-07-20 19:55:08 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2024-07-20 19:55:08 +0300 |
commit | aff4faa0924988e635cef587083d3cf848808576 (patch) | |
tree | d5739e36db5754d5cba80b42e8c68397b2a1b53c /app-text | |
parent | app-text/xpdf: remove unused cmake variable (diff) | |
download | gentoo-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.ebuild | 1 |
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 } |