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 BBBCA1382C5 for ; Wed, 11 Apr 2018 18:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C1BE095D; Wed, 11 Apr 2018 18:50:57 +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 51B87E095D for ; Wed, 11 Apr 2018 18:50:57 +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 1CE71335C82 for ; Wed, 11 Apr 2018 18:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDB728C for ; Wed, 11 Apr 2018 18:50:53 +0000 (UTC) From: "Markus Meier" 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" Message-ID: <1523472607.1ed4893a864734dcaad65e9e7642f569b1ed3e40.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/crass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/crass/crass-1.0.2.ebuild X-VCS-Directories: dev-ruby/crass/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 1ed4893a864734dcaad65e9e7642f569b1ed3e40 X-VCS-Branch: master Date: Wed, 11 Apr 2018 18:50:53 +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: 3c340218-1597-420d-8db2-ed77035f98fa X-Archives-Hash: 5d354d02f07e9b06f070c4302c09dec3 commit: 1ed4893a864734dcaad65e9e7642f569b1ed3e40 Author: Markus Meier gentoo org> AuthorDate: Wed Apr 11 18:50:07 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Apr 11 18:50:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed4893a dev-ruby/crass: add ~arm, bug #631974 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-ruby/crass/crass-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/crass/crass-1.0.2.ebuild b/dev-ruby/crass/crass-1.0.2.ebuild index e91f48c4273..d8a9fac78e2 100644 --- a/dev-ruby/crass/crass-1.0.2.ebuild +++ b/dev-ruby/crass/crass-1.0.2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rgrove/crass/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend ">=dev-ruby/minitest-5.0.8:5"