commit:     397d93d9ecb352d2e6778222a4a34cc0156b7e99
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 16:53:20 2024 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 16:53:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397d93d9

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 <AT> gentoo.org>

 app-text/xpdf/xpdf-4.04-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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
 }

Reply via email to