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 0461E59CA3 for ; Tue, 15 Mar 2016 17:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 967F1E0871; Tue, 15 Mar 2016 17:29:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 45CBAE0871 for ; Tue, 15 Mar 2016 17:29:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1E28C340901 for ; Tue, 15 Mar 2016 17:29:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F2A854 for ; Tue, 15 Mar 2016 17:29:39 +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: <1458062959.ad8e8056bf3fd11b6a9eab9516625d4f24d45863.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/concurrent-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild X-VCS-Directories: dev-ruby/concurrent-ruby/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ad8e8056bf3fd11b6a9eab9516625d4f24d45863 X-VCS-Branch: master Date: Tue, 15 Mar 2016 17:29:39 +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: 78530301-34cd-43e5-b818-ad7262f8509e X-Archives-Hash: e5e0175346606c274889e05d29eef6e6 commit: ad8e8056bf3fd11b6a9eab9516625d4f24d45863 Author: Markus Meier gentoo org> AuthorDate: Tue Mar 15 17:29:19 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Mar 15 17:29:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8e8056 dev-ruby/concurrent-ruby: add ~arm, bug #576666 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild index 6fe323e..95ef3b2 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="" all_ruby_prepare() {