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 DE754138331 for ; Sun, 2 Oct 2016 12:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28421E0B8E; Sun, 2 Oct 2016 12:32:56 +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 0EB0BE0B8E for ; Sun, 2 Oct 2016 12:32:55 +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 1A976340CC8 for ; Sun, 2 Oct 2016 12:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09315248D for ; Sun, 2 Oct 2016 12:32:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475411566.3747e6931c27dcbf2e7df102627483941b51037e.jer@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.2-r1.ebuild X-VCS-Directories: dev-ruby/concurrent-ruby/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3747e6931c27dcbf2e7df102627483941b51037e X-VCS-Branch: master Date: Sun, 2 Oct 2016 12:32: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: f9fe0432-b125-4153-8933-2c782582cf1f X-Archives-Hash: 66ee3806c937c7a986506405c619cb7e commit: 3747e6931c27dcbf2e7df102627483941b51037e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 2 12:31:12 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 2 12:32:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3747e693 dev-ruby/concurrent-ruby: Mark ~hppa ~ppc64 (bug #587756). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-ruby/concurrent-ruby/concurrent-ruby-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.2-r1.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.2-r1.ebuild index 4e115fe..48d3ba4 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.2-r1.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.2-r1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"