From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88B4A1580B9 for ; Fri, 27 Aug 2021 00:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEA0E089A; Fri, 27 Aug 2021 00:26:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B6FCE089A for ; Fri, 27 Aug 2021 00:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B79C342C3A for ; Fri, 27 Aug 2021 00:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77F68C8 for ; Fri, 27 Aug 2021 00:26:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630023967.123e0c4f02d51e01834d15e1562874b5cd6c9f24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 123e0c4f02d51e01834d15e1562874b5cd6c9f24 X-VCS-Branch: master Date: Fri, 27 Aug 2021 00:26:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07907fe8-b74f-4c58-8540-c5b2e9c7482f X-Archives-Hash: f565f9fff8591a9cbc1eb849b6d7600c commit: 123e0c4f02d51e01834d15e1562874b5cd6c9f24 Author: Sam James gentoo org> AuthorDate: Fri Aug 27 00:24:58 2021 +0000 Commit: Sam James gentoo 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 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