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 11E6A138330 for ; Tue, 9 Jan 2018 02:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50D8E0957; Tue, 9 Jan 2018 02:00:16 +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 B06B8E09E7 for ; Tue, 9 Jan 2018 02:00:16 +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 0414E335E2F for ; Mon, 8 Jan 2018 23:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926611BD for ; Mon, 8 Jan 2018 23:57:56 +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: <1515455861.d69c52de70dcde8b85543135fd6fe8b2cb46ac04.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild X-VCS-Directories: dev-ruby/semantic_puppet/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d69c52de70dcde8b85543135fd6fe8b2cb46ac04 X-VCS-Branch: master Date: Mon, 8 Jan 2018 23:57:56 +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: 132363d6-0dd9-4442-afe8-335b9f757009 X-Archives-Hash: c687eb5dd713de4c7cd90ecae0ba33fb commit: d69c52de70dcde8b85543135fd6fe8b2cb46ac04 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jan 8 23:51:47 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jan 8 23:57:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c52de dev-ruby/semantic_puppet: x86 keyworded (bug #620236) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild index 71bb90658b2..02073321879 100644 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-r1.ebuild +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.1-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=6 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"