diff options
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/poppler-0.81.0.ebuild | 5 | ||||
-rw-r--r-- | 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() { |