summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 05:58:16 +0000
committerSam James <sam@gentoo.org>2022-05-17 05:58:18 +0000
commit4f334b20d121403a1434c811fc6804f720184a0c (patch)
treecf761c1a1f28a520a744a0eef0e925a4ec29a25e /app-crypt
parentsys-auth/seatd: [QA] drop implicit -Dwerror=false for meson ebuilds (diff)
downloadgentoo-4f334b20d121403a1434c811fc6804f720184a0c.tar.gz
gentoo-4f334b20d121403a1434c811fc6804f720184a0c.tar.bz2
gentoo-4f334b20d121403a1434c811fc6804f720184a0c.zip
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/pinentry-1.1.1-r1.ebuild2
-rw-r--r--app-crypt/pinentry/pinentry-1.2.0.ebuild2
2 files changed, 0 insertions, 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 \