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 6F216138335 for ; Wed, 29 Aug 2018 01:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87297E0885; Wed, 29 Aug 2018 01:07:41 +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 5FEE7E0885 for ; Wed, 29 Aug 2018 01:07:41 +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 9049D33FE2A for ; Wed, 29 Aug 2018 01:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64E7D3D8 for ; Wed, 29 Aug 2018 01:07:35 +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: <1535504163.562cff1db5fb27e7f835bca246435e42daa9b5e2.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/argon2/argon2-20171227.ebuild X-VCS-Directories: app-crypt/argon2/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 562cff1db5fb27e7f835bca246435e42daa9b5e2 X-VCS-Branch: master Date: Wed, 29 Aug 2018 01:07:35 +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: 7800f37b-de57-4b50-a4fe-b2c4d3192d37 X-Archives-Hash: 413d8e255801c815d33786cfb4cc680b commit: 562cff1db5fb27e7f835bca246435e42daa9b5e2 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 29 00:56:03 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 29 00:56:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562cff1d app-crypt/argon2: x86 stable (bug #664556) Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-crypt/argon2/argon2-20171227.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild index cba8e3f4d23..4cf2b3b572c 100644 --- a/app-crypt/argon2/argon2-20171227.ebuild +++ b/app-crypt/argon2/argon2-20171227.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P} LICENSE="|| ( Apache-2.0 CC0-1.0 )" SLOT="0/1" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}"