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 2982E138359 for ; Mon, 20 Jul 2020 00:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B38CE07DB; Mon, 20 Jul 2020 00:41: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 3ECB8E07DB for ; Mon, 20 Jul 2020 00:41: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 70C623432BE for ; Mon, 20 Jul 2020 00:41:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC562A4 for ; Mon, 20 Jul 2020 00:41:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595205660.829ff92c938a85afcf982fe4419e157bfd7294fc.sam@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.12.ebuild X-VCS-Directories: dev-ml/cryptokit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 829ff92c938a85afcf982fe4419e157bfd7294fc X-VCS-Branch: master Date: Mon, 20 Jul 2020 00:41:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f2e028e-1ad7-4ba2-8978-f75368ad232b X-Archives-Hash: b4f86413040b91515c3e42283a4f326e commit: 829ff92c938a85afcf982fe4419e157bfd7294fc Author: Sam James gentoo org> AuthorDate: Mon Jul 20 00:41:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 00:41:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829ff92c dev-ml/cryptokit: x86 keyworded (bug #729796) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ml/cryptokit/cryptokit-1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/cryptokit/cryptokit-1.12.ebuild b/dev-ml/cryptokit/cryptokit-1.12.ebuild index 06c3f50d846..edc0e884654 100644 --- a/dev-ml/cryptokit/cryptokit-1.12.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/xavierleroy/cryptokit" SRC_URI="https://github.com/xavierleroy/cryptokit/archive/release$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="zlib" DEPEND="zlib? ( >=sys-libs/zlib-1.1 )