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 20AAE138239 for ; Sun, 28 Apr 2019 20:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0220CE0936; Sun, 28 Apr 2019 20:59:46 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D741AE092F for ; Sun, 28 Apr 2019 20:59:45 +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 CA2FF342BEF for ; Sun, 28 Apr 2019 20:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7095E4 for ; Sun, 28 Apr 2019 20:59:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1556485159.b7625f9920dc64702f2a5f9e9a0f4792a317156a.slyfox@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.5.ebuild X-VCS-Directories: dev-ruby/concurrent-ruby/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b7625f9920dc64702f2a5f9e9a0f4792a317156a X-VCS-Branch: master Date: Sun, 28 Apr 2019 20:59:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f663523-7e89-429e-afa7-90814d1d9ca2 X-Archives-Hash: fd8006f6783342224990c45ab709f210 commit: b7625f9920dc64702f2a5f9e9a0f4792a317156a Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Apr 28 18:37:20 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 28 20:59:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7625f99 dev-ruby/concurrent-ruby: stable 1.0.5 for sparc, bug #684084 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild index 27e77e014d5..dbe9e2ea1f9 100644 --- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild +++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar. LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~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 )"