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 1C99B138351 for ; Wed, 15 Apr 2020 09:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66804E08F7; Wed, 15 Apr 2020 09:39:43 +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 4DEDBE08F7 for ; Wed, 15 Apr 2020 09:39:43 +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 5BA7034F338 for ; Wed, 15 Apr 2020 09:39:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B351DE for ; Wed, 15 Apr 2020 09:39:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1586943554.1e77cc1538563b5bda4ac11d9125281e661a1d3d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/xcffib-0.9.0.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1e77cc1538563b5bda4ac11d9125281e661a1d3d X-VCS-Branch: master Date: Wed, 15 Apr 2020 09:39:39 +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: 3552548f-71d6-49d0-aff7-de718c73749a X-Archives-Hash: 9147c13a1994c0fcad154f4b374ba73d commit: 1e77cc1538563b5bda4ac11d9125281e661a1d3d Author: Mart Raudsepp gentoo org> AuthorDate: Wed Apr 15 09:33:46 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Apr 15 09:39:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e77cc15 dev-python/xcffib: arm64 stable (bug #714568) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-python/xcffib/xcffib-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xcffib/xcffib-0.9.0.ebuild b/dev-python/xcffib/xcffib-0.9.0.ebuild index e39c2f0f6ca..014ddb3a75d 100644 --- a/dev-python/xcffib/xcffib-0.9.0.ebuild +++ b/dev-python/xcffib/xcffib-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"