From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1097581-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 4972A138334 for <garchives@archives.gentoo.org>; Fri, 28 Jun 2019 10:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE1CE0849; Fri, 28 Jun 2019 10:04:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 019C1E0849 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2019 10:04:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A659E346C11 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2019 10:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 209BE620 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jun 2019 10:04:33 +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: <1561716252.77237bb2d50f407bbd64d7fbb60e5e1eb38812a4.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: 77237bb2d50f407bbd64d7fbb60e5e1eb38812a4 X-VCS-Branch: master Date: Fri, 28 Jun 2019 10:04:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb1f2b05-165c-4afe-b72b-2a4f94bdd5be X-Archives-Hash: 53fc5bd03cf9b8ac757761e7e6f46069 commit: 77237bb2d50f407bbd64d7fbb60e5e1eb38812a4 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 10:01:15 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 10:04:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77237bb2 dev-python/bz2file: add ~amd64-linux ~x86-linux keywords Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org> dev-python/bz2file/bz2file-0.98.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild index 3fdb46a77db..2820eac7a00 100644 --- a/dev-python/bz2file/bz2file-0.98.ebuild +++ b/dev-python/bz2file/bz2file-0.98.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="" python_test() {