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 59E94138359 for ; Wed, 30 Sep 2020 09:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD9CE0AA6; Wed, 30 Sep 2020 09:15:51 +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 5CEC4E0AA6 for ; Wed, 30 Sep 2020 09:15:51 +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 308BD335D2B for ; Wed, 30 Sep 2020 09:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB47332 for ; Wed, 30 Sep 2020 09:15:48 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1601457272.e9cf4c40b3e4d17c0d307a37ba08aeca05fec917.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytools/pytools-2020.4.ebuild X-VCS-Directories: dev-python/pytools/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e9cf4c40b3e4d17c0d307a37ba08aeca05fec917 X-VCS-Branch: master Date: Wed, 30 Sep 2020 09:15:48 +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: f8683b79-6ac0-41ad-8187-aa6c7502158d X-Archives-Hash: 35782cc85175132167063d5e0b7c32b4 commit: e9cf4c40b3e4d17c0d307a37ba08aeca05fec917 Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 30 09:14:32 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Sep 30 09:14:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cf4c40 dev-python/pytools-2020.4: stabilise on amd64 Closes: https://bugs.gentoo.org/745576 Signed-off-by: Marek Szuba gentoo.org> dev-python/pytools/pytools-2020.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytools/pytools-2020.4.ebuild b/dev-python/pytools/pytools-2020.4.ebuild index 7c6b5339389..452aa2e327c 100644 --- a/dev-python/pytools/pytools-2020.4.ebuild +++ b/dev-python/pytools/pytools-2020.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]