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 34E8B1382C5 for ; Tue, 16 Jun 2020 11:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61E85E0DF7; Tue, 16 Jun 2020 11:04:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 45519E0DF7 for ; Tue, 16 Jun 2020 11:04:18 +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 EF45F34F245 for ; Tue, 16 Jun 2020 11:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5731EF for ; Tue, 16 Jun 2020 11:04:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1592305266.627c4f1888586a915cbae2d06a4878d0353680a9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rsync/rsync-3.2.0_pre2.ebuild X-VCS-Directories: net-misc/rsync/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 627c4f1888586a915cbae2d06a4878d0353680a9 X-VCS-Branch: master Date: Tue, 16 Jun 2020 11:04:11 +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: f4f04b8d-fd5e-48ad-bace-b5e250f03317 X-Archives-Hash: 87ee33295344107e259b20d3ae624b94 commit: 627c4f1888586a915cbae2d06a4878d0353680a9 Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 16 10:58:51 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jun 16 11:01:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627c4f18 net-misc/rsync: Added missing python build dependency Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> net-misc/rsync/rsync-3.2.0_pre2.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/net-misc/rsync/rsync-3.2.0_pre2.ebuild b/net-misc/rsync/rsync-3.2.0_pre2.ebuild index 905428051c7..239ceb95853 100644 --- a/net-misc/rsync/rsync-3.2.0_pre2.ebuild +++ b/net-misc/rsync/rsync-3.2.0_pre2.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit flag-o-matic prefix systemd +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit flag-o-matic prefix python-any-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="https://rsync.samba.org/" @@ -32,8 +34,17 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" +BDEPEND="${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/commonmark[${PYTHON_USEDEP}] + ')" + S="${WORKDIR}/${P/_/}" +python_check_deps() { + has_version "dev-python/commonmark[${PYTHON_USEDEP}]" +} + src_configure() { use static && append-ldflags -static local myeconfargs=(