commit:     4f334b20d121403a1434c811fc6804f720184a0c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:58:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:58:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f334b20

app-crypt/pinentry: drop -std=gnu++11

amadio points out that this GCC 11 defaults to gnu++17 anyway.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 --
 app-crypt/pinentry/pinentry-1.2.0.ebuild    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild 
b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
index 7611d6cd51e5..71dfa08ccca5 100644
--- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
@@ -52,8 +52,6 @@ src_prepare() {
 }
 
 src_configure() {
-       append-cxxflags -std=gnu++11
-
        export QTLIB="$(qt5_get_libdir)"
 
        econf \

diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild 
b/app-crypt/pinentry/pinentry-1.2.0.ebuild
index f4a45f0f4b64..47d887dbeb77 100644
--- a/app-crypt/pinentry/pinentry-1.2.0.ebuild
+++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild
@@ -52,8 +52,6 @@ src_prepare() {
 }
 
 src_configure() {
-       append-cxxflags -std=gnu++11
-
        export QTLIB="$(qt5_get_libdir)"
 
        econf \

Reply via email to