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 B806E139083 for ; Wed, 20 Dec 2017 22:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2EFE1128; Wed, 20 Dec 2017 22:21:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F022FE1128 for ; Wed, 20 Dec 2017 22:21:34 +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 9A81A33DDA5 for ; Wed, 20 Dec 2017 22:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4014AE89 for ; Wed, 20 Dec 2017 22:21:31 +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: <1513808439.d7ad6181a107d9f062b9690ebc5b6f32a0ea66c8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/childprocess/childprocess-0.7.1.ebuild X-VCS-Directories: dev-ruby/childprocess/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d7ad6181a107d9f062b9690ebc5b6f32a0ea66c8 X-VCS-Branch: master Date: Wed, 20 Dec 2017 22:21:31 +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: 2a1cbfc3-d0d3-43e3-9c0a-c600b5cb6ac6 X-Archives-Hash: 4ff92335aa44d96f2f323930d9b4f226 commit: d7ad6181a107d9f062b9690ebc5b6f32a0ea66c8 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 20 22:20:39 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 20 22:20:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ad6181 dev-ruby/childprocess: keyworded 0.7.1 for sparc, bug #555312 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-ruby/childprocess/childprocess-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/childprocess/childprocess-0.7.1.ebuild b/dev-ruby/childprocess/childprocess-0.7.1.ebuild index b3c9e297a6c..8401e895429 100644 --- a/dev-ruby/childprocess/childprocess-0.7.1.ebuild +++ b/dev-ruby/childprocess/childprocess-0.7.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"