Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Tue, 17 May 2022 05:34:55
Message-Id: 1652765629.b0a8cf700b591251e35fbefbf7e5bb826d0ae3af.sam@gentoo
1 commit: b0a8cf700b591251e35fbefbf7e5bb826d0ae3af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:48:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a8cf70
7
8 app-crypt/pinentry: [QA] drop (very) stale GCC version checks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 4 ++--
13 app-crypt/pinentry/pinentry-1.2.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
17 index 90e78ab84267..7611d6cd51e5 100644
18 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
19 +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -52,7 +52,7 @@ src_prepare() {
27 }
28
29 src_configure() {
30 - [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11
31 + append-cxxflags -std=gnu++11
32
33 export QTLIB="$(qt5_get_libdir)"
34
35
36 diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild b/app-crypt/pinentry/pinentry-1.2.0.ebuild
37 index 367449ba15b4..f4a45f0f4b64 100644
38 --- a/app-crypt/pinentry/pinentry-1.2.0.ebuild
39 +++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild
40 @@ -52,7 +52,7 @@ src_prepare() {
41 }
42
43 src_configure() {
44 - [[ "$(gcc-major-version)" -ge 5 ]] && append-cxxflags -std=gnu++11
45 + append-cxxflags -std=gnu++11
46
47 export QTLIB="$(qt5_get_libdir)"