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 CC5781382C5 for ; Wed, 7 Feb 2018 05:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DADBEE0B4C; Wed, 7 Feb 2018 05:52:05 +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 BACB2E0B4B for ; Wed, 7 Feb 2018 05:52:05 +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 E0EEF335C38 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 4FFDB1E8 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: <1517982676.34d3274882a11766a05892050876583b4cbca901.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild X-VCS-Directories: dev-ruby/certificate_authority/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 34d3274882a11766a05892050876583b4cbca901 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: c7ec0d38-e6f5-491b-8a9b-40945bf7a42d X-Archives-Hash: 19f934ed6b25545e8e81cfff9916d022 commit: 34d3274882a11766a05892050876583b4cbca901 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 7 05:36:08 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 7 05:51:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d32748 dev-ruby/certificate_authority: x86 keyworded (bug #563858) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild index 6b38a3ba661..c5570afe278 100644 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"