From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1000416-garchives=archives.gentoo.org@lists.gentoo.org> 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 BDA691382C5 for <garchives@archives.gentoo.org>; Sun, 28 Jan 2018 20:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E5CBE0C2B; Sun, 28 Jan 2018 20:41:36 +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 E582DE0BEF for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jan 2018 20:41:35 +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 207EB335C43 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jan 2018 20:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357931D9 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jan 2018 20:41:32 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1517172016.c799d15a66f28feee2e4d0336547e0e36bfd73ae.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/blinker/blinker-1.4.ebuild X-VCS-Directories: dev-python/blinker/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c799d15a66f28feee2e4d0336547e0e36bfd73ae X-VCS-Branch: master Date: Sun, 28 Jan 2018 20:41:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f27af1a1-6515-4ad6-91a1-0bec94bca287 X-Archives-Hash: 2dfe594ac3164ddbf6c389e70d8ba076 commit: c799d15a66f28feee2e4d0336547e0e36bfd73ae Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 20:40:16 2018 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 20:40:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c799d15a dev-python/blinker: arm stable, bug #641290 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-python/blinker/blinker-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/blinker/blinker-1.4.ebuild b/dev-python/blinker/blinker-1.4.ebuild index 2dacb55730f..fd16f4a1195 100644 --- a/dev-python/blinker/blinker-1.4.ebuild +++ b/dev-python/blinker/blinker-1.4.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"