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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A07C0158086 for ; Fri, 29 Oct 2021 08:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C193BE0874; Fri, 29 Oct 2021 08:58:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7D0BE0874 for ; Fri, 29 Oct 2021 08:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E528934301A for ; Fri, 29 Oct 2021 08:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31457178 for ; Fri, 29 Oct 2021 08:58:07 +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: <1635497822.1c21179d3301d32b52969e4d4e49c4242c98e671.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-r1.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r3.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c21179d3301d32b52969e4d4e49c4242c98e671 X-VCS-Branch: master Date: Fri, 29 Oct 2021 08:58:07 +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: 2481b3d9-8ef4-4161-9dd8-2aa6d4760737 X-Archives-Hash: 316b821e325ace9a528ab146e87844ac commit: 1c21179d3301d32b52969e4d4e49c4242c98e671 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 08:56:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 08:57:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c21179d net-libs/libtorrent-rasterbar: fix setuptools dependency Bug: https://bugs.gentoo.org/789699 Signed-off-by: Sam James gentoo.org> ...terbar-1.2.14.ebuild => libtorrent-rasterbar-1.2.14-r1.ebuild} | 8 ++++---- ...erbar-2.0.4-r2.ebuild => libtorrent-rasterbar-2.0.4-r3.ebuild} | 5 +++++ 2 files changed, 9 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-r1.ebuild similarity index 94% rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild index c4c0789e0fc..a554e4fd27c 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true -inherit autotools flag-o-matic distutils-r1 +inherit autotools distutils-r1 DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" HOMEPAGE="https://libtorrent.org https://github.com/arvidn/libtorrent" @@ -37,9 +37,9 @@ RDEPEND=" dev-libs/openssl:0= ) " -DEPEND="${RDEPEND} - sys-devel/libtool -" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/libtool + python? ( dev-python/setuptools[${PYTHON_USEDEP}] )" src_prepare() { mkdir -p "${S}"/build-aux || die diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r3.ebuild similarity index 93% rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r3.ebuild index a90461c46c8..787c4093411 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r3.ebuild @@ -32,6 +32,11 @@ DEPEND=" ) " RDEPEND="${DEPEND}" +BDEPEND="python? ( + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') + )" PATCHES=( "${FILESDIR}"/${P}-boost-1.77.patch