Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Fri, 27 Aug 2021 00:26:20
Message-Id: 1630023967.123e0c4f02d51e01834d15e1562874b5cd6c9f24.sam@gentoo
1 commit: 123e0c4f02d51e01834d15e1562874b5cd6c9f24
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 00:24:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 00:26:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123e0c4f
7
8 net-libs/libtorrent-rasterbar: post-merge minor cleanup
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
16 index e6a2156853a..7cc75214e00 100644
17 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
18 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
19 @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
20 S="${WORKDIR}/libtorrent-${PV}"
21
22 RDEPEND="
23 - dev-libs/boost:=[threads]
24 + dev-libs/boost:=[threads(+)]
25 virtual/libiconv
26 examples? ( !net-p2p/mldonkey )
27 python? (
28 @@ -44,7 +44,6 @@ DEPEND="${RDEPEND}
29 src_prepare() {
30 mkdir -p "${S}"/build-aux || die
31 touch "${S}"/build-aux/config.rpath || die
32 - append-cxxflags -std=c++14
33 eautoreconf
34
35 default
36 @@ -80,8 +79,7 @@ src_configure() {
37 python_configure() {
38 econf "${myeconfargs[@]}" \
39 --enable-python-binding \
40 - --with-boost-python="boost_${EPYTHON/./} \
41 - --b2-args=cxxstd=14"
42 + --with-boost-python="boost_${EPYTHON/./}"
43 }
44 distutils-r1_src_configure
45 fi