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 9A3F3139694 for ; Wed, 8 Mar 2017 23:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAD621C038; Wed, 8 Mar 2017 23:39:59 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CD021C038 for ; Wed, 8 Mar 2017 23:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F4663416B7 for ; Wed, 8 Mar 2017 23:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7742B619A for ; Wed, 8 Mar 2017 23:39:30 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1489016347.82b73010b2eeacbdbaaa8e4232795313a11329c2.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/did_you_mean/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild X-VCS-Directories: dev-ruby/did_you_mean/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 82b73010b2eeacbdbaaa8e4232795313a11329c2 X-VCS-Branch: master Date: Wed, 8 Mar 2017 23:39:30 +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: e5cbe71f-18ec-4cca-a8d4-9e07b9028254 X-Archives-Hash: d3765a870120dae058ef57bb7f7e39b9 commit: 82b73010b2eeacbdbaaa8e4232795313a11329c2 Author: Michael Weber gentoo org> AuthorDate: Wed Mar 8 23:14:03 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 8 23:39:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b73010 dev-ruby/did_you_mean: add ~arm64 keyword. Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild | 4 ++-- dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild index f9d3cadf9bd..1f15ab79e6c 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild index 2077c5cc6d4..4e470604921 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" all_ruby_prepare() {