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 EE956138359 for ; Thu, 2 Jul 2020 12:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19902E08D3; Thu, 2 Jul 2020 12:43:04 +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 F407FE08D3 for ; Thu, 2 Jul 2020 12:43:03 +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 B87B834F21B for ; Thu, 2 Jul 2020 12:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56DA62C8 for ; Thu, 2 Jul 2020 12:42:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1593693772.e4cbfd2f6e35c49cfe26d3fba57983f6288cc935.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentinels/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sentinels/sentinels-1.0.0.ebuild X-VCS-Directories: dev-python/sentinels/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e4cbfd2f6e35c49cfe26d3fba57983f6288cc935 X-VCS-Branch: master Date: Thu, 2 Jul 2020 12:42:59 +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: e6c6d379-0b5c-4ac0-962f-7bad55d48c4f X-Archives-Hash: f580e23e78a79b2beb25063e32cccca4 commit: e4cbfd2f6e35c49cfe26d3fba57983f6288cc935 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 2 12:42:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 2 12:42:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cbfd2f dev-python/sentinels: Keyword ~x86 Signed-off-by: Michał Górny gentoo.org> dev-python/sentinels/sentinels-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sentinels/sentinels-1.0.0.ebuild b/dev-python/sentinels/sentinels-1.0.0.ebuild index 9d6d09fa039..8d4b43fed50 100644 --- a/dev-python/sentinels/sentinels-1.0.0.ebuild +++ b/dev-python/sentinels/sentinels-1.0.0.ebuild @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" distutils_enable_tests nose