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 DC278138334 for ; Sun, 29 Jul 2018 20:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BA9E0908; Sun, 29 Jul 2018 20:02:31 +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 A8B8DE0908 for ; Sun, 29 Jul 2018 20:02:31 +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 8DD64335CCF for ; Sun, 29 Jul 2018 20:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E924377 for ; Sun, 29 Jul 2018 20:02:27 +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: <1532894222.c17fcecd24b28e9aa9f86dbda47aad6e589b59cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shutilwhich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shutilwhich/shutilwhich-1.1.0.ebuild X-VCS-Directories: dev-python/shutilwhich/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c17fcecd24b28e9aa9f86dbda47aad6e589b59cc X-VCS-Branch: master Date: Sun, 29 Jul 2018 20:02:27 +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-Archives-Salt: 0d2c75ea-cb3b-4f46-8941-2d834fbaa5a8 X-Archives-Hash: e9202def6ba9416b00bc9a84cf911c08 commit: c17fcecd24b28e9aa9f86dbda47aad6e589b59cc Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Sat Jul 28 13:26:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 29 19:57:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17fcecd dev-python/shutilwhich: add ~x86 keyword This is a pure Python package so adding ~x86 keyword should pose no issues. dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild index fbad293f2c0..96649b834e1 100644 --- a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild +++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"