From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1069760-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 7C5F4138335
	for <garchives@archives.gentoo.org>; Thu, 31 Jan 2019 20:21:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A96C1E0B67;
	Thu, 31 Jan 2019 20:21:38 +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 6FFD9E0B67
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Jan 2019 20:21:38 +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 3B9FD335DD1
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Jan 2019 20:21:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A1DB352A
	for <gentoo-commits@lists.gentoo.org>; Thu, 31 Jan 2019 20:21:35 +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: <1548965999.e35b28929fea48e274b4234bc3742125c2087f1c.maekke@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubyzip/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rubyzip/rubyzip-1.2.2.ebuild
X-VCS-Directories: dev-ruby/rubyzip/
X-VCS-Committer: maekke
X-VCS-Committer-Name: Markus Meier
X-VCS-Revision: e35b28929fea48e274b4234bc3742125c2087f1c
X-VCS-Branch: master
Date: Thu, 31 Jan 2019 20:21:35 +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: eccb5dae-e320-4106-8cee-5b5bfb7bbe42
X-Archives-Hash: 6a22aea34084bf6038f577dc0c495924

commit:     e35b28929fea48e274b4234bc3742125c2087f1c
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 20:19:59 2019 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 20:19:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35b2892

dev-ruby/rubyzip: arm stable, bug #659282

Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-ruby/rubyzip/rubyzip-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rubyzip/rubyzip-1.2.2.ebuild b/dev-ruby/rubyzip/rubyzip-1.2.2.ebuild
index 23e2fe7a4b5..a5c305e6159 100644
--- a/dev-ruby/rubyzip/rubyzip-1.2.2.ebuild
+++ b/dev-ruby/rubyzip/rubyzip-1.2.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tg
 
 LICENSE="Ruby"
 SLOT="1"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=""