diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 01:48:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:33:49 +0000 |
commit | b0a8cf700b591251e35fbefbf7e5bb826d0ae3af (patch) | |
tree | 969ae4d32137cfe9fb943e33029262a9311ead48 /app-crypt | |
parent | mozcoreconf-v5.eclass: [QA] drop (very) stale GCC version checks (diff) | |
download | gentoo-b0a8cf700b591251e35fbefbf7e5bb826d0ae3af.tar.gz gentoo-b0a8cf700b591251e35fbefbf7e5bb826d0ae3af.tar.bz2 gentoo-b0a8cf700b591251e35fbefbf7e5bb826d0ae3af.zip |
app-crypt/pinentry: [QA] drop (very) stale GCC version checks
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 90e78ab84267..7611d6cd51e5 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 367449ba15b4..f4a45f0f4b64 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)" |