From b0a8cf700b591251e35fbefbf7e5bb826d0ae3af Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 17 May 2022 01:48:19 +0000 Subject: [PATCH] app-crypt/pinentry: [QA] drop (very) stale GCC version checks Signed-off-by: Sam James --- app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 4 ++-- app-crypt/pinentry/pinentry-1.2.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild index 90e78ab842673..7611d6cd51e5a 100644 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -52,7 +52,7 @@ src_prepare() { } src_configure() { - [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11 + append-cxxflags -std=gnu++11 export QTLIB="$(qt5_get_libdir)" diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild b/app-crypt/pinentry/pinentry-1.2.0.ebuild index 367449ba15b43..f4a45f0f4b646 100644 --- a/app-crypt/pinentry/pinentry-1.2.0.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild @@ -52,7 +52,7 @@ src_prepare() { } src_configure() { - [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11 + append-cxxflags -std=gnu++11 export QTLIB="$(qt5_get_libdir)"