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 E23A4138331 for ; Wed, 30 May 2018 16:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8BEE092C; Wed, 30 May 2018 16:30:22 +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 0F8AFE092C for ; Wed, 30 May 2018 16:30:20 +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 8AC33335CBF for ; Wed, 30 May 2018 16:30:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FF1E3D for ; Wed, 30 May 2018 16:30:11 +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: <1527697686.c6b753dbd4713e43bc14195874460845f3688b18.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/introspection/introspection-0.0.4.ebuild X-VCS-Directories: dev-ruby/introspection/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c6b753dbd4713e43bc14195874460845f3688b18 X-VCS-Branch: master Date: Wed, 30 May 2018 16:30:11 +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: 51333e1c-4e7d-4b4e-808c-7180e9d0e524 X-Archives-Hash: 04c00a3d271cc6b1e95d404367b97344 commit: c6b753dbd4713e43bc14195874460845f3688b18 Author: Markus Meier gentoo org> AuthorDate: Wed May 30 16:28:06 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed May 30 16:28:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b753db dev-ruby/introspection: arm stable, bug #656206 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-ruby/introspection/introspection-0.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild b/dev-ruby/introspection/introspection-0.0.4.ebuild index 1850849247f..9cc15fd46c5 100644 --- a/dev-ruby/introspection/introspection-0.0.4.ebuild +++ b/dev-ruby/introspection/introspection-0.0.4.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="http://jamesmead.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"