From 42bd9a5f88cb1fe948d41e5565284fe37e61d88c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 Oct 2019 21:21:27 +0200 Subject: [PATCH] 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 Closes: https://bugs.gentoo.org/697434 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- 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 7297bf7836a1..7311a1ffbf3e 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 7297bf7836a1..7311a1ffbf3e 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() { -- 2.26.2