commit: 123e0c4f02d51e01834d15e1562874b5cd6c9f24
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 00:24:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 00:26:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123e0c4f
net-libs/libtorrent-rasterbar: post-merge minor cleanup
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
index e6a2156853a..7cc75214e00 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
S="${WORKDIR}/libtorrent-${PV}"
RDEPEND="
- dev-libs/boost:=[threads]
+ dev-libs/boost:=[threads(+)]
virtual/libiconv
examples? ( !net-p2p/mldonkey )
python? (
@@ -44,7 +44,6 @@ DEPEND="${RDEPEND}
src_prepare() {
mkdir -p "${S}"/build-aux || die
touch "${S}"/build-aux/config.rpath || die
- append-cxxflags -std=c++14
eautoreconf
default
@@ -80,8 +79,7 @@ src_configure() {
python_configure() {
econf "${myeconfargs[@]}" \
--enable-python-binding \
- --with-boost-python="boost_${EPYTHON/./} \
- --b2-args=cxxstd=14"
+ --with-boost-python="boost_${EPYTHON/./}"
}
distutils-r1_src_configure
fi