From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1032758-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 813BC138334 for <garchives@archives.gentoo.org>; Tue, 26 Jun 2018 01:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89EBFE096B; Tue, 26 Jun 2018 01:28:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63A34E096B for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jun 2018 01:28:25 +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 44FAA335CA7 for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jun 2018 01:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF84F34A for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jun 2018 01:28:22 +0000 (UTC) From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1529976469.b1090d34330cf3fd4397be196c0ac63663140fcc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpyc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rpyc/rpyc-3.4.4.ebuild X-VCS-Directories: dev-python/rpyc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b1090d34330cf3fd4397be196c0ac63663140fcc X-VCS-Branch: master Date: Tue, 26 Jun 2018 01:28:22 +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-Archives-Salt: 14d92679-330e-40e8-8255-d894580ad564 X-Archives-Hash: 1572cd50cfbfe5e9ed6993beee24a93b commit: b1090d34330cf3fd4397be196c0ac63663140fcc Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Jun 26 01:27:49 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Jun 26 01:27:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1090d34 dev-python/rpyc: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/rpyc/rpyc-3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rpyc/rpyc-3.4.4.ebuild b/dev-python/rpyc/rpyc-3.4.4.ebuild index 7e2401b2a5a..0cf647f2eba 100644 --- a/dev-python/rpyc/rpyc-3.4.4.ebuild +++ b/dev-python/rpyc/rpyc-3.4.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://rpyc.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/plumbum" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"