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 8F741139694 for ; Sat, 22 Jul 2017 19:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3FEFE0C58; Sat, 22 Jul 2017 19:25:44 +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 8D412E0C58 for ; Sat, 22 Jul 2017 19:25:44 +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 690DC341845 for ; Sat, 22 Jul 2017 19:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D5674B5 for ; Sat, 22 Jul 2017 19:25: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: <1500751537.a95c09c76a1229a42dd4666f9aa68d647397abe0.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.6.3.ebuild dev-ruby/childprocess/childprocess-0.7.0.ebuild 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: a95c09c76a1229a42dd4666f9aa68d647397abe0 X-VCS-Branch: master Date: Sat, 22 Jul 2017 19:25: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-Archives-Salt: 5875c728-a8f1-4199-a3f3-868d197ef184 X-Archives-Hash: fc28cd2f17f4c99fd65c64cb34cbe3b5 commit: a95c09c76a1229a42dd4666f9aa68d647397abe0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 22 19:24:44 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 22 19:25:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c09c7 dev-ruby/childprocess: ia64 keyworded, bug #555312 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" dev-ruby/childprocess/childprocess-0.6.3.ebuild | 2 +- dev-ruby/childprocess/childprocess-0.7.0.ebuild | 2 +- dev-ruby/childprocess/childprocess-0.7.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/childprocess/childprocess-0.6.3.ebuild b/dev-ruby/childprocess/childprocess-0.6.3.ebuild index 4b29e3856d5..e873827feef 100644 --- a/dev-ruby/childprocess/childprocess-0.6.3.ebuild +++ b/dev-ruby/childprocess/childprocess-0.6.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 x86" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:3 )" diff --git a/dev-ruby/childprocess/childprocess-0.7.0.ebuild b/dev-ruby/childprocess/childprocess-0.7.0.ebuild index 2b78fa6e065..e8c89651a6e 100644 --- a/dev-ruby/childprocess/childprocess-0.7.0.ebuild +++ b/dev-ruby/childprocess/childprocess-0.7.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11" diff --git a/dev-ruby/childprocess/childprocess-0.7.1.ebuild b/dev-ruby/childprocess/childprocess-0.7.1.ebuild index cef41049c38..b3c9e297a6c 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"