From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-958508-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 12886139694 for <garchives@archives.gentoo.org>; Fri, 30 Jun 2017 11:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E70274031; Fri, 30 Jun 2017 11:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ECE227402F for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2017 11:17:32 +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 F2E083418DF for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2017 11:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DE5774A2 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2017 11:17:28 +0000 (UTC) From: "Alexis Ballier" <aballier@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, "Alexis Ballier" <aballier@gentoo.org> Message-ID: <1498821362.e97c41d58970aa6b65e1c02224e381189ca82c19.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack/rack-1.6.7.ebuild X-VCS-Directories: dev-ruby/rack/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e97c41d58970aa6b65e1c02224e381189ca82c19 X-VCS-Branch: master Date: Fri, 30 Jun 2017 11:17:28 +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: 08a85f3e-9109-4caa-9d65-c222d3cb184b X-Archives-Hash: b505a2b8bbc55fce8ae7d2b59ceac2d9 commit: e97c41d58970aa6b65e1c02224e381189ca82c19 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jun 30 08:30:42 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jun 30 11:16:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97c41d5 dev-ruby/rack: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/rack/rack-1.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack/rack-1.6.7.ebuild b/dev-ruby/rack/rack-1.6.7.ebuild index bce1580b6d5..c6b0b9e34de 100644 --- a/dev-ruby/rack/rack-1.6.7.ebuild +++ b/dev-ruby/rack/rack-1.6.7.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://rack.github.com/" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )