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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE49A158534 for ; Thu, 15 Aug 2024 04:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFC0E29F2; Thu, 15 Aug 2024 04:35:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C60E29F2 for ; Thu, 15 Aug 2024 04:35:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA85C335D77 for ; Thu, 15 Aug 2024 04:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DBA91EEB for ; Thu, 15 Aug 2024 04:35:31 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1723696149.4d01f1a140d6fe14883bf062afe9906ad79c5b90.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/libressl-3.8.4.ebuild dev-libs/libressl/libressl-3.9.2.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 4d01f1a140d6fe14883bf062afe9906ad79c5b90 X-VCS-Branch: master Date: Thu, 15 Aug 2024 04:35:31 +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: 762033d6-0a9a-4580-85cc-572ffe0e266a X-Archives-Hash: a5efe9d26f7668e310e914862439e647 commit: 4d01f1a140d6fe14883bf062afe9906ad79c5b90 Author: orbea riseup net> AuthorDate: Thu Aug 15 04:28:22 2024 +0000 Commit: orbea riseup net> CommitDate: Thu Aug 15 04:29:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4d01f1a1 dev-libs/libressl: add ~riscv keyword Signed-off-by: orbea riseup.net> dev-libs/libressl/libressl-3.8.4.ebuild | 2 +- dev-libs/libressl/libressl-3.9.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libressl/libressl-3.8.4.ebuild b/dev-libs/libressl/libressl-3.8.4.ebuild index 13e5b8f..28c3dde 100644 --- a/dev-libs/libressl/libressl-3.8.4.ebuild +++ b/dev-libs/libressl/libressl-3.8.4.ebuild @@ -18,7 +18,7 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/55" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm netcat static-libs test" RESTRICT="!test? ( test )" diff --git a/dev-libs/libressl/libressl-3.9.2.ebuild b/dev-libs/libressl/libressl-3.9.2.ebuild index 6eff98f..95a0ee4 100644 --- a/dev-libs/libressl/libressl-3.9.2.ebuild +++ b/dev-libs/libressl/libressl-3.9.2.ebuild @@ -18,7 +18,7 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/56" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+asm netcat static-libs test" RESTRICT="!test? ( test )"