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 95E3F139694 for ; Mon, 31 Jul 2017 03:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14C1E0F98; Mon, 31 Jul 2017 03:41:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BD978E0F97 for ; Mon, 31 Jul 2017 03:41:40 +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 ED6CB3419CD for ; Mon, 31 Jul 2017 03:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9710C74C5 for ; Mon, 31 Jul 2017 03:41:38 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1501472465.bd517f21e60db3b08902cb37b03e22603358c30b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-fastimport/python-fastimport-0.9.6.ebuild X-VCS-Directories: dev-python/python-fastimport/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: bd517f21e60db3b08902cb37b03e22603358c30b X-VCS-Branch: master Date: Mon, 31 Jul 2017 03:41:38 +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: 7540fb95-9707-4ed5-bb19-3137dfb062d9 X-Archives-Hash: 84f4dac3a0e83fcc32c306f60b657b17 commit: bd517f21e60db3b08902cb37b03e22603358c30b Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 31 03:28:50 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jul 31 03:41:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd517f21 dev-python/python-fastimport: 0.9.6 stable amd64 and x86 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/python-fastimport/python-fastimport-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild index 22eaf69c28b..0c67fcb53ab 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"