From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9E5B1384B4 for ; Sat, 5 Dec 2015 12:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769FF21C019; Sat, 5 Dec 2015 12:59:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17DA821C019 for ; Sat, 5 Dec 2015 12:59:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F32383409C7 for ; Sat, 5 Dec 2015 12:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E92A3F for ; Sat, 5 Dec 2015 12:59:40 +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: <1449320365.b10259748fb6b8a29664afe32ec183737fec13d8.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/celluloid/celluloid-0.16.0.ebuild X-VCS-Directories: dev-ruby/celluloid/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b10259748fb6b8a29664afe32ec183737fec13d8 X-VCS-Branch: master Date: Sat, 5 Dec 2015 12:59:40 +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: f5198da7-6f85-41cd-a8f0-c54ec2400f82 X-Archives-Hash: c2bdad474d0f0db126926a8ae9116360 commit: b10259748fb6b8a29664afe32ec183737fec13d8 Author: Markus Meier gentoo org> AuthorDate: Sat Dec 5 12:59:25 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Dec 5 12:59:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1025974 dev-ruby/celluloid: add ~arm, bug #519596 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" dev-ruby/celluloid/celluloid-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/celluloid/celluloid-0.16.0.ebuild b/dev-ruby/celluloid/celluloid-0.16.0.ebuild index d32edda..e50a99e 100644 --- a/dev-ruby/celluloid/celluloid-0.16.0.ebuild +++ b/dev-ruby/celluloid/celluloid-0.16.0.ebuild @@ -23,7 +23,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RUBY_PATCHES=( "${P}-call-private-methods.patch" )