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 875B1138334 for ; Tue, 8 Jan 2019 21:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A6DE09A1; Tue, 8 Jan 2019 21:32:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6189EE09A1 for ; Tue, 8 Jan 2019 21:32:53 +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 1CFE4335CE9 for ; Tue, 8 Jan 2019 21:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 709092A7 for ; Tue, 8 Jan 2019 21:32:49 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1546983166.4c74e8c15c07f1f5dbef2e906acc560d171d76bd.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4c74e8c15c07f1f5dbef2e906acc560d171d76bd X-VCS-Branch: master Date: Tue, 8 Jan 2019 21:32:49 +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: 718cda5e-8b05-4231-8d74-b6c6a47b3bc2 X-Archives-Hash: 5d9af0d0bf874fa9033d86afc65d8849 commit: 4c74e8c15c07f1f5dbef2e906acc560d171d76bd Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jan 8 21:31:29 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jan 8 21:32:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c74e8c1 app-crypt/argon2: Mark ~hppa (bug #666641). Package-Manager: Portage-2.3.53, Repoman-2.3.12 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers gentoo.org> app-crypt/argon2/argon2-20171227.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild index 5d0c464e8ac..5127fecce9e 100644 --- a/app-crypt/argon2/argon2-20171227.ebuild +++ b/app-crypt/argon2/argon2-20171227.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}"