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:59:27
Message-Id: 1652767098.4f334b20d121403a1434c811fc6804f720184a0c.sam@gentoo
1 commit: 4f334b20d121403a1434c811fc6804f720184a0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:58:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:58:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f334b20
7
8 app-crypt/pinentry: drop -std=gnu++11
9
10 amadio points out that this GCC 11 defaults to gnu++17 anyway.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 --
15 app-crypt/pinentry/pinentry-1.2.0.ebuild | 2 --
16 2 files changed, 4 deletions(-)
17
18 diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
19 index 7611d6cd51e5..71dfa08ccca5 100644
20 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
21 +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
22 @@ -52,8 +52,6 @@ src_prepare() {
23 }
24
25 src_configure() {
26 - append-cxxflags -std=gnu++11
27 -
28 export QTLIB="$(qt5_get_libdir)"
29
30 econf \
31
32 diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild b/app-crypt/pinentry/pinentry-1.2.0.ebuild
33 index f4a45f0f4b64..47d887dbeb77 100644
34 --- a/app-crypt/pinentry/pinentry-1.2.0.ebuild
35 +++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild
36 @@ -52,8 +52,6 @@ src_prepare() {
37 }
38
39 src_configure() {
40 - append-cxxflags -std=gnu++11
41 -
42 export QTLIB="$(qt5_get_libdir)"
43
44 econf \