diff options
author | Sam James <sam@gentoo.org> | 2021-08-27 01:24:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-27 01:26:07 +0100 |
commit | 123e0c4f02d51e01834d15e1562874b5cd6c9f24 (patch) | |
tree | 8f4b2dcd407596aa107b91765c3f5b5612bf7a9f /net-libs | |
parent | net-libs/libtorrent-rasterbar: Version bump (v1.2.14) (diff) | |
download | gentoo-123e0c4f02d51e01834d15e1562874b5cd6c9f24.tar.gz gentoo-123e0c4f02d51e01834d15e1562874b5cd6c9f24.tar.bz2 gentoo-123e0c4f02d51e01834d15e1562874b5cd6c9f24.zip |
net-libs/libtorrent-rasterbar: post-merge minor cleanup
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild | 6 |
1 files 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 e6a2156853aa..7cc75214e00a 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 |