commit:     42bd9a5f88cb1fe948d41e5565284fe37e61d88c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 19:21:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 19:24:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bd9a5f

app-text/poppler: Stop enforcing a particular c++ver

Outdated now, and build system does the right thing at this point.

Reported-by: Francesco Riosa <vivo75 <AT> gmail.com>
Closes: https://bugs.gentoo.org/697434
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/poppler/poppler-0.81.0.ebuild | 5 +----
 app-text/poppler/poppler-9999.ebuild   | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-text/poppler/poppler-0.81.0.ebuild 
b/app-text/poppler/poppler-0.81.0.ebuild
index 7297bf7836a..7311a1ffbf3 100644
--- a/app-text/poppler/poppler-0.81.0.ebuild
+++ b/app-text/poppler/poppler-0.81.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
+inherit cmake-utils toolchain-funcs xdg-utils
 
 if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
@@ -79,9 +79,6 @@ src_prepare() {
        else
                einfo "policy(SET CMP0002 OLD) - workaround can be removed"
        fi
-
-       # we need to up the C++ version, bug #622526, #643278
-       append-cxxflags -std=c++11
 }
 
 src_configure() {

diff --git a/app-text/poppler/poppler-9999.ebuild 
b/app-text/poppler/poppler-9999.ebuild
index 7297bf7836a..7311a1ffbf3 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
+inherit cmake-utils toolchain-funcs xdg-utils
 
 if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
@@ -79,9 +79,6 @@ src_prepare() {
        else
                einfo "policy(SET CMP0002 OLD) - workaround can be removed"
        fi
-
-       # we need to up the C++ version, bug #622526, #643278
-       append-cxxflags -std=c++11
 }
 
 src_configure() {

Reply via email to