From 397d93d9ecb352d2e6778222a4a34cc0156b7e99 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 20 Jul 2024 19:53:20 +0300 Subject: 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 --- app-text/xpdf/xpdf-4.04-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-text') 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 } -- cgit v1.2.3-65-gdbad