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 B9839138334 for ; Tue, 26 Jun 2018 02:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39031E09E7; Tue, 26 Jun 2018 02:04:40 +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 C3B2DE09DC for ; Tue, 26 Jun 2018 02:04:39 +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 001F6335CB6 for ; Tue, 26 Jun 2018 02:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E208534F for ; Tue, 26 Jun 2018 02:04:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1529978652.c770e578ba2c40f486f24af0545379e5380d75ef.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moto/moto-1.0.1-r1.ebuild X-VCS-Directories: dev-python/moto/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c770e578ba2c40f486f24af0545379e5380d75ef X-VCS-Branch: master Date: Tue, 26 Jun 2018 02:04:34 +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: 926169c1-d95f-4a99-b43a-ba4eb6308d04 X-Archives-Hash: 40e32ba1cd986dc3ebd73b9e6d8a65ad commit: c770e578ba2c40f486f24af0545379e5380d75ef Author: Aaron Bauman gentoo org> AuthorDate: Tue Jun 26 01:38:32 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jun 26 02:04:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c770e578 dev-python/moto: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/moto/moto-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/moto/moto-1.0.1-r1.ebuild b/dev-python/moto/moto-1.0.1-r1.ebuild index 8f93f7b6fa3..5ae41d52dd8 100644 --- a/dev-python/moto/moto-1.0.1-r1.ebuild +++ b/dev-python/moto/moto-1.0.1-r1.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test"