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 1E8C0138330 for ; Tue, 9 Jan 2018 02:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8F9E09AE; Tue, 9 Jan 2018 02:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04CB5E0A5B for ; Tue, 9 Jan 2018 02:00:20 +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 00528335E2E 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 6D4261BB 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: <1515455857.347cc1e94bfc2c1d7a71ed7c24eafb6680911e72.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cryptokit/cryptokit-1.11.ebuild X-VCS-Directories: dev-ml/cryptokit/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 347cc1e94bfc2c1d7a71ed7c24eafb6680911e72 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: d7c86b24-9d63-4afe-96dd-251b0e0e548a X-Archives-Hash: 007f31fd18e42eb1429913e0a85aa111 commit: 347cc1e94bfc2c1d7a71ed7c24eafb6680911e72 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jan 8 23:47:32 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jan 8 23:57:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347cc1e9 dev-ml/cryptokit: x86 keyworded (bug #596862) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ml/cryptokit/cryptokit-1.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild b/dev-ml/cryptokit/cryptokit-1.11.ebuild index 076b337d683..bf0d90a57e8 100644 --- a/dev-ml/cryptokit/cryptokit-1.11.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.11.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" @@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1618/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="zlib" DEPEND="zlib? ( >=sys-libs/zlib-1.1 )