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 E9FC71382C5 for ; Sat, 20 Jun 2020 14:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8215E0905; Sat, 20 Jun 2020 14:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B80CDE0909 for ; Sat, 20 Jun 2020 14:49:04 +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 D994D34F4B9 for ; Sat, 20 Jun 2020 14:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8402AB for ; Sat, 20 Jun 2020 14:49: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: <1592664535.c129f1be1c66f11c01f2319dcb3c6867b58dde77.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sys-uname/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sys-uname/sys-uname-1.2.1.ebuild X-VCS-Directories: dev-ruby/sys-uname/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c129f1be1c66f11c01f2319dcb3c6867b58dde77 X-VCS-Branch: master Date: Sat, 20 Jun 2020 14:49: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 801b9309-bdb0-420f-b8d2-e6edd1b95676 X-Archives-Hash: 911aa01c9292487849139da3549cccd4 commit: c129f1be1c66f11c01f2319dcb3c6867b58dde77 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Jun 20 14:47:21 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jun 20 14:48:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129f1be dev-ruby/sys-uname: x86 keyworded (bug #727392) Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> dev-ruby/sys-uname/sys-uname-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sys-uname/sys-uname-1.2.1.ebuild b/dev-ruby/sys-uname/sys-uname-1.2.1.ebuild index 6d8dc39b877..fa52e3864b4 100644 --- a/dev-ruby/sys-uname/sys-uname-1.2.1.ebuild +++ b/dev-ruby/sys-uname/sys-uname-1.2.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/djberg96/sys-uname" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.0"