From 5a81a8bd79bde875d360102e5d12027ee5393037 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 11 Aug 2023 12:45:13 +0200 Subject: security/keepassxc: drop not necessary GCC --- security/keepassxc/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'security/keepassxc') diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index a45594192263..e22e9e45710e 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -20,13 +20,8 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ libqrencode.so:graphics/libqrencode \ libbotan-2.so:security/botan2 -USES= cmake desktop-file-utils pkgconfig qt:5 readline \ - shared-mime-info tar:xz xorg -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++17-lang -.endif +USES= cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \ + readline shared-mime-info tar:xz xorg USE_QT= concurrent core dbus gui network svg widgets buildtools:build \ linguisttools:build qmake:build testlib:build x11extras USE_XORG= x11 -- cgit v1.2.3