summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2024-07-20 19:53:20 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2024-07-20 19:53:20 +0300
commit397d93d9ecb352d2e6778222a4a34cc0156b7e99 (patch)
treebb2e4fe8f404dd047e45491fc80e6f782fff0a88 /app-text
parentapp-text/xpdf: add myself as a maintainer (diff)
downloadgentoo-397d93d9ecb352d2e6778222a4a34cc0156b7e99.tar.gz
gentoo-397d93d9ecb352d2e6778222a4a34cc0156b7e99.tar.bz2
gentoo-397d93d9ecb352d2e6778222a4a34cc0156b7e99.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. Bug: 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-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/xpdf/xpdf-4.04-r1.ebuild b/app-text/xpdf/xpdf-4.04-r1.ebuild
index cf95468f9077..a9265208e02a 100644
--- a/app-text/xpdf/xpdf-4.04-r1.ebuild
+++ b/app-text/xpdf/xpdf-4.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -96,7 +96,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
}