Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Mon, 31 Aug 2020 12:26:40
Message-Id: 1598876795.879dd6fecbac5172994eca193ee970fac865166e.zlogene@gentoo
1 commit: 879dd6fecbac5172994eca193ee970fac865166e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 12:25:59 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 12:26:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879dd6fe
7
8 net-libs/libtorrent-rasterbar: remove c++11 in python
9
10 Closes: https://bugs.gentoo.org/73965
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild
18 index cd0f738cc55..1500e441663 100644
19 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild
20 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild
21 @@ -82,6 +82,9 @@ src_configure() {
22 econf "${myeconfargs[@]}" \
23 --enable-python-binding \
24 --with-boost-python="boost_${EPYTHON/./}"
25 + # git rid of c++11
26 + sed s/-std=c++11//g < bindings/python/compile_cmd > bindings/python/compile_cmd.new || die
27 + mv -f bindings/python/compile_cmd.new bindings/python/compile_cmd || die
28 }
29 distutils-r1_src_configure
30 fi