commit: 879dd6fecbac5172994eca193ee970fac865166e Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 12:25:59 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 12:26:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879dd6fe
net-libs/libtorrent-rasterbar: remove c++11 in python Closes: https://bugs.gentoo.org/73965 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild index cd0f738cc55..1500e441663 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild @@ -82,6 +82,9 @@ src_configure() { econf "${myeconfargs[@]}" \ --enable-python-binding \ --with-boost-python="boost_${EPYTHON/./}" + # git rid of c++11 + sed s/-std=c++11//g < bindings/python/compile_cmd > bindings/python/compile_cmd.new || die + mv -f bindings/python/compile_cmd.new bindings/python/compile_cmd || die } distutils-r1_src_configure fi
