summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-10 21:21:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-10 21:24:50 +0200
commit42bd9a5f88cb1fe948d41e5565284fe37e61d88c (patch)
treefbac1d935235b596fbd95def80b5070d5cc1eeeb
parentmedia-libs/assimp: cmake findassimp patch corrected NAMES (diff)
downloadgentoo-42bd9a5f88cb1fe948d41e5565284fe37e61d88c.tar.gz
gentoo-42bd9a5f88cb1fe948d41e5565284fe37e61d88c.tar.bz2
gentoo-42bd9a5f88cb1fe948d41e5565284fe37e61d88c.zip
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@gmail.com> Closes: https://bugs.gentoo.org/697434 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-text/poppler/poppler-0.81.0.ebuild5
-rw-r--r--app-text/poppler/poppler-9999.ebuild5
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() {