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 F286B1382C5 for ; Wed, 7 Feb 2018 05:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30AE1E0B50; Wed, 7 Feb 2018 05:52:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 07C50E0B50 for ; Wed, 7 Feb 2018 05:52:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A5374335C0C for ; Wed, 7 Feb 2018 05:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BE61E9 for ; Wed, 7 Feb 2018 05:52:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1517982678.807c94917cbad9ad43d51ebc5de3855b98c9b791.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http/http-0.6.3-r1.ebuild dev-ruby/http/http-0.9.8-r2.ebuild dev-ruby/http/http-3.0.0.ebuild X-VCS-Directories: dev-ruby/http/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 807c94917cbad9ad43d51ebc5de3855b98c9b791 X-VCS-Branch: master Date: Wed, 7 Feb 2018 05:52:01 +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: e3261e8e-cc72-4c68-89b3-e9a876720a87 X-Archives-Hash: 2310a10157e7f765255370a3359979b2 commit: 807c94917cbad9ad43d51ebc5de3855b98c9b791 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 7 05:36:31 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 7 05:51:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807c9491 dev-ruby/http: x86 keyworded (bug #563858) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/http/http-0.6.3-r1.ebuild | 4 ++-- dev-ruby/http/http-0.9.8-r2.ebuild | 2 +- dev-ruby/http/http-3.0.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/http/http-0.6.3-r1.ebuild b/dev-ruby/http/http-0.6.3-r1.ebuild index a3b0269d099..5f383f94e97 100644 --- a/dev-ruby/http/http-0.6.3-r1.ebuild +++ b/dev-ruby/http/http-0.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.6" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*" diff --git a/dev-ruby/http/http-0.9.8-r2.ebuild b/dev-ruby/http/http-0.9.8-r2.ebuild index fcbcd2ae34f..9609dfb4799 100644 --- a/dev-ruby/http/http-0.9.8-r2.ebuild +++ b/dev-ruby/http/http-0.9.8-r2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.8" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" ruby_add_rdepend " diff --git a/dev-ruby/http/http-3.0.0.ebuild b/dev-ruby/http/http-3.0.0.ebuild index 06a9349cf24..5fa0bce4fe7 100644 --- a/dev-ruby/http/http-3.0.0.ebuild +++ b/dev-ruby/http/http-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" ruby_add_rdepend "