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 F27FD138334 for ; Tue, 9 Oct 2018 09:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3568CE07D8; Tue, 9 Oct 2018 09:48:06 +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 0B890E07D8 for ; Tue, 9 Oct 2018 09:48:05 +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 A7C5B335CFF for ; Tue, 9 Oct 2018 09:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6EE3CF for ; Tue, 9 Oct 2018 09:48:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539078401.9947a7376febddf643cc210f069d71dccf3f7428.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tappy/tappy-2.4.ebuild X-VCS-Directories: dev-python/tappy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9947a7376febddf643cc210f069d71dccf3f7428 X-VCS-Branch: master Date: Tue, 9 Oct 2018 09:48:01 +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: 09b2627e-d552-4e04-a7eb-a2d71390d3d0 X-Archives-Hash: a33854a194f8139b1a75e8431fef0cdf commit: 9947a7376febddf643cc210f069d71dccf3f7428 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 9 09:46:41 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 9 09:46:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9947a737 dev-python/tappy: Add ~arm keyword wrt bug #662076 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/tappy/tappy-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tappy/tappy-2.4.ebuild b/dev-python/tappy/tappy-2.4.ebuild index d11f0ba727b..254d4de2e07 100644 --- a/dev-python/tappy/tappy-2.4.ebuild +++ b/dev-python/tappy/tappy-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test yaml" RESTRICT="!test? ( test )"