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 4D1EF139694 for ; Mon, 27 Feb 2017 14:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7C1E0C89; Mon, 27 Feb 2017 14:19:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0934FE0C89 for ; Mon, 27 Feb 2017 14:19:56 +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 2A0C9341026 for ; Mon, 27 Feb 2017 14:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 514A15678 for ; Mon, 27 Feb 2017 14:19:53 +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: <1488205185.27bc3f4a06d55c42093903fc1899bef9c50fdb9c.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ritex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ritex/ritex-1.0.1.ebuild X-VCS-Directories: dev-ruby/ritex/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 27bc3f4a06d55c42093903fc1899bef9c50fdb9c X-VCS-Branch: master Date: Mon, 27 Feb 2017 14:19: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: 66ca0b09-0d6c-4882-a7bd-b283cbd6529c X-Archives-Hash: c8fc18ac9ae6c6961574a7f60e4b24ec commit: 27bc3f4a06d55c42093903fc1899bef9c50fdb9c Author: Michael Weber gentoo org> AuthorDate: Mon Feb 27 09:07:39 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon Feb 27 14:19:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bc3f4a dev-ruby/ritex: add ~arm keyword (bug 583390). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/ritex/ritex-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ritex/ritex-1.0.1.ebuild b/dev-ruby/ritex/ritex-1.0.1.ebuild index c545d81ca2..b4dbcc0f2f 100644 --- a/dev-ruby/ritex/ritex-1.0.1.ebuild +++ b/dev-ruby/ritex/ritex-1.0.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://masanjin.net/ritex/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend "dev-ruby/racc"