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 9E97C138334 for ; Thu, 20 Sep 2018 18:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECC6E08BB; Thu, 20 Sep 2018 18:39:05 +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 515E0E08BB for ; Thu, 20 Sep 2018 18:39:05 +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 90C9C335CB7 for ; Thu, 20 Sep 2018 18:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE98F38A for ; Thu, 20 Sep 2018 18:39:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1537468735.4fcb1ab05d2b6583f27040e574e4f38f1ff424e1.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4fcb1ab05d2b6583f27040e574e4f38f1ff424e1 X-VCS-Branch: master Date: Thu, 20 Sep 2018 18:39:01 +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: 4dc8f5c1-4801-4529-9f4b-004b97b8c425 X-Archives-Hash: 4a152ec46ec417f5a2cfe5677b8db872 commit: 4fcb1ab05d2b6583f27040e574e4f38f1ff424e1 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 20 18:37:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 20 18:38:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcb1ab0 app-crypt/argon2: Tested on ~amd64-fbsd, bug #666641 Signed-off-by: Michał Górny gentoo.org> 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 e5b800c4faf..96ad7d972b4 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 ~amd64-fbsd" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}"