From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1004506-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 995C31382C5 for <garchives@archives.gentoo.org>; Mon, 19 Feb 2018 16:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C7CE0ADE; Mon, 19 Feb 2018 16:28:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6C15DE0ADE for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:28:15 +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 30EB6335C2F for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C49231 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 16:28:12 +0000 (UTC) From: "Michael Haubenwallner" <haubi@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, "Michael Haubenwallner" <haubi@gentoo.org> Message-ID: <1519057665.8fae2307b9e4ea978a2dd79c137b589ea4a9a22c.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bz2file/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bz2file/bz2file-0.98.ebuild X-VCS-Directories: dev-python/bz2file/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 8fae2307b9e4ea978a2dd79c137b589ea4a9a22c X-VCS-Branch: master Date: Mon, 19 Feb 2018 16:28:12 +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: 5f96afae-0252-4eb8-8673-37a9161960d1 X-Archives-Hash: d78543e25af3ceffacbb01a69d10c10d commit: 8fae2307b9e4ea978a2dd79c137b589ea4a9a22c Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Mon Feb 19 16:13:07 2018 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Mon Feb 19 16:27:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fae2307 dev-python/bz2file: add ~x64-cygwin keyword, #638776 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/bz2file/bz2file-0.98.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild index a3b6e7d6835..68250b26da3 100644 --- a/dev-python/bz2file/bz2file-0.98.ebuild +++ b/dev-python/bz2file/bz2file-0.98.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin" IUSE="" python_test() {