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 504E6138334 for ; Sun, 24 Jun 2018 14:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A37DE08D9; Sun, 24 Jun 2018 14:51:56 +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 51464E08D9 for ; Sun, 24 Jun 2018 14:51:56 +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 32BF9335C8C for ; Sun, 24 Jun 2018 14:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B64349 for ; Sun, 24 Jun 2018 14:51:51 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1529851903.2f8b28b774da4c2ebacf8105434d43617c18dafa.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scandir/scandir-1.7.ebuild X-VCS-Directories: dev-python/scandir/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 2f8b28b774da4c2ebacf8105434d43617c18dafa X-VCS-Branch: master Date: Sun, 24 Jun 2018 14:51:51 +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: 55629040-8956-408b-a1a8-19f14f26f270 X-Archives-Hash: 1ea8fb6db7137d4c13f3bdff5dc378b2 commit: 2f8b28b774da4c2ebacf8105434d43617c18dafa Author: Patrice Clement gentoo org> AuthorDate: Sun Jun 24 14:51:14 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jun 24 14:51:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8b28b7 dev-python/scandir: stable for all arches using the ALLARCHES policy. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/scandir/scandir-1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scandir/scandir-1.7.ebuild b/dev-python/scandir/scandir-1.7.ebuild index f355a307197..ca8fa0e8d05 100644 --- a/dev-python/scandir/scandir-1.7.ebuild +++ b/dev-python/scandir/scandir-1.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"