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 E2D781382C5 for ; Sun, 11 Feb 2018 21:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E309E0BBA; Sun, 11 Feb 2018 21:56:35 +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 76C45E0BBA for ; Sun, 11 Feb 2018 21:56:35 +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 9CE20335C50 for ; Sun, 11 Feb 2018 21:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1449F21C for ; Sun, 11 Feb 2018 21:56:32 +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: <1518386166.2375edcd8e1ef331f9d9b0010c28c1472052151f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-3.0.0.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2375edcd8e1ef331f9d9b0010c28c1472052151f X-VCS-Branch: master Date: Sun, 11 Feb 2018 21:56:32 +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: 05d1b206-d1a5-418a-b27e-bb6b49518e7c X-Archives-Hash: d118425795137524d864f9ea98edb9e8 commit: 2375edcd8e1ef331f9d9b0010c28c1472052151f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 11 21:46:53 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 11 21:56:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2375edcd dev-ml/lwt: x86 keyworded (bug #611014) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ml/lwt/lwt-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild index c7d0d673ddb..e811ad86da8 100644 --- a/dev-ml/lwt/lwt-3.0.0.ebuild +++ b/dev-ml/lwt/lwt-3.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 @@ -28,7 +28,7 @@ DEPEND="${DEPEND} SLOT="0/${PV}" LICENSE="LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd" DOCS=( "CHANGES" "README.md" )