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 44AD0139335 for ; Sun, 27 Jun 2021 17:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B1EDE08F9; Sun, 27 Jun 2021 17:25:09 +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 44FEBE08F9 for ; Sun, 27 Jun 2021 17:25:09 +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 6172533BE4D for ; Sun, 27 Jun 2021 17:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72951798 for ; Sun, 27 Jun 2021 17:25:05 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1624814689.d9d11456915f7eb1cc86ba0d9cb4ee50fa49b2a9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild X-VCS-Directories: dev-libs/libsodium/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d9d11456915f7eb1cc86ba0d9cb4ee50fa49b2a9 X-VCS-Branch: master Date: Sun, 27 Jun 2021 17:25:05 +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: cffccb6c-429a-4f6a-b43d-6a901f1887a9 X-Archives-Hash: 67d3bdd76ae8a91c4084ca07a951f403 commit: d9d11456915f7eb1cc86ba0d9cb4ee50fa49b2a9 Author: Marek Szuba gentoo org> AuthorDate: Sun Jun 27 15:50:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Jun 27 17:24:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d11456 dev-libs/libsodium: keyword 1.0.18_p20210617 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild index 3d4e4edcb0e..75d0d4c4f6c 100644 --- a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild @@ -31,7 +31,7 @@ fi LICENSE="ISC" SLOT="0/23" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+asm minimal static-libs +urandom" CPU_USE=( cpu_flags_x86_{aes,sse4_1} )