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>
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
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() {
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
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() {