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 22DF61382C5 for ; Wed, 7 Feb 2018 05:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B68CE0B99; Wed, 7 Feb 2018 05:52:07 +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 12F82E0B99 for ; Wed, 7 Feb 2018 05:52:07 +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 0ED9B335C4C for ; Wed, 7 Feb 2018 05:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F971F1 for ; Wed, 7 Feb 2018 05:52:02 +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: <1517982693.b55c5a345154a648c323ef255ba4a67e943d2ef6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nio4r/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/nio4r/nio4r-2.0.0.ebuild dev-ruby/nio4r/nio4r-2.1.0.ebuild dev-ruby/nio4r/nio4r-2.2.0.ebuild X-VCS-Directories: dev-ruby/nio4r/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b55c5a345154a648c323ef255ba4a67e943d2ef6 X-VCS-Branch: master Date: Wed, 7 Feb 2018 05:52:02 +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: f627e8d3-8c36-49e9-88b2-2be2c9c197c8 X-Archives-Hash: 99aab2137a2c5ef2aed22996f3ee610c commit: b55c5a345154a648c323ef255ba4a67e943d2ef6 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 7 05:46:52 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 7 05:51:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c5a34 dev-ruby/nio4r: x86 keyworded (bug #570052) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/nio4r/nio4r-2.0.0.ebuild | 4 ++-- dev-ruby/nio4r/nio4r-2.1.0.ebuild | 4 ++-- dev-ruby/nio4r/nio4r-2.2.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/nio4r/nio4r-2.0.0.ebuild b/dev-ruby/nio4r/nio4r-2.0.0.ebuild index baab5d7a478..337aeed28b2 100644 --- a/dev-ruby/nio4r/nio4r-2.0.0.ebuild +++ b/dev-ruby/nio4r/nio4r-2.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=5 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/celluloid/nio4r" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Note that nio4r bundles a patched copy of libev, and without these diff --git a/dev-ruby/nio4r/nio4r-2.1.0.ebuild b/dev-ruby/nio4r/nio4r-2.1.0.ebuild index f3875b6b791..dfeaffaeab5 100644 --- a/dev-ruby/nio4r/nio4r-2.1.0.ebuild +++ b/dev-ruby/nio4r/nio4r-2.1.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 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/socketry/nio4r" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Note that nio4r bundles a patched copy of libev, and without these diff --git a/dev-ruby/nio4r/nio4r-2.2.0.ebuild b/dev-ruby/nio4r/nio4r-2.2.0.ebuild index f3875b6b791..dfeaffaeab5 100644 --- a/dev-ruby/nio4r/nio4r-2.2.0.ebuild +++ b/dev-ruby/nio4r/nio4r-2.2.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 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/socketry/nio4r" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Note that nio4r bundles a patched copy of libev, and without these