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 7CBB11382C5 for ; Sun, 28 Jan 2018 16:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69525E0DE1; Sun, 28 Jan 2018 16:36:59 +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 41C79E0DE1 for ; Sun, 28 Jan 2018 16:36:59 +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 59625335C0C for ; Sun, 28 Jan 2018 16:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6161AF for ; Sun, 28 Jan 2018 16:36: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: <1517157407.c12190ee8485e75b55ea9a062ac5d765ed70714b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capnproto/capnproto-0.6.0.ebuild dev-libs/capnproto/capnproto-0.6.1.ebuild X-VCS-Directories: dev-libs/capnproto/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c12190ee8485e75b55ea9a062ac5d765ed70714b X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:36: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: 2ff0c6a2-87ba-465c-a7c5-dfe28d643904 X-Archives-Hash: dc634dd9589e2d9fc0c7ea993678c8cc commit: c12190ee8485e75b55ea9a062ac5d765ed70714b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 28 16:34:50 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 28 16:36:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12190ee dev-libs/capnproto: x86 keyworded (bug #616384) Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-libs/capnproto/capnproto-0.6.0.ebuild | 4 ++-- dev-libs/capnproto/capnproto-0.6.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/capnproto/capnproto-0.6.0.ebuild b/dev-libs/capnproto/capnproto-0.6.0.ebuild index c0c951cad31..6510e318c5e 100644 --- a/dev-libs/capnproto/capnproto-0.6.0.ebuild +++ b/dev-libs/capnproto/capnproto-0.6.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/060" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" RDEPEND="" diff --git a/dev-libs/capnproto/capnproto-0.6.1.ebuild b/dev-libs/capnproto/capnproto-0.6.1.ebuild index 483f105f07e..fd414299547 100644 --- a/dev-libs/capnproto/capnproto-0.6.1.ebuild +++ b/dev-libs/capnproto/capnproto-0.6.1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/061" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" RDEPEND=""