From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1241098-garchives=archives.gentoo.org@lists.gentoo.org>
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 1E06E1382C5
	for <garchives@archives.gentoo.org>; Mon, 11 Jan 2021 19:20:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 32696E09E2;
	Mon, 11 Jan 2021 19:20:36 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 17D83E09E2
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Jan 2021 19:20:36 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 BF6E0340FBF
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Jan 2021 19:20:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DB183A6
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Jan 2021 19:20:33 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1610392820.fb73225aa41737a7b55b3c1d8c654aa3fd2740e5.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/rtorrent/rtorrent-0.9.8.ebuild
X-VCS-Directories: net-p2p/rtorrent/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fb73225aa41737a7b55b3c1d8c654aa3fd2740e5
X-VCS-Branch: master
Date: Mon, 11 Jan 2021 19:20:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4962e14c-2bb4-4db4-9886-79e80b516e6b
X-Archives-Hash: 502ccb485f6c6f640eee4a7c5d124325

commit:     fb73225aa41737a7b55b3c1d8c654aa3fd2740e5
Author:     Daniel M. Weeks <dan <AT> danweeks <DOT> net>
AuthorDate: Mon Jan 11 19:03:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 19:20:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb73225a

net-p2p/rtorrent: add xmlrpc-c subslot dep

Closes: https://bugs.gentoo.org/764995
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks <dan <AT> danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/19037
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/rtorrent/rtorrent-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
index 9b0b9c50eb5..d66b1df5979 100644
--- a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.}
 	>=net-misc/curl-7.19.1
 	sys-libs/ncurses:0=
-	xmlrpc? ( dev-libs/xmlrpc-c )"
+	xmlrpc? ( dev-libs/xmlrpc-c:= )"
 RDEPEND="${COMMON_DEPEND}
 	daemon? ( app-misc/screen )
 	selinux? ( sec-policy/selinux-rtorrent )