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 15FCD158030 for ; Tue, 28 Feb 2023 12:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA4EE069C; Tue, 28 Feb 2023 12:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0B371E069C for ; Tue, 28 Feb 2023 12:12:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03639340BC0 for ; Tue, 28 Feb 2023 12:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80EF97F9 for ; Tue, 28 Feb 2023 12:12:40 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1677586334.67b55f0b3eb3af7ec92468ba29b717b9e2cf5008.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild X-VCS-Directories: sys-libs/zlib-ng/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 67b55f0b3eb3af7ec92468ba29b717b9e2cf5008 X-VCS-Branch: master Date: Tue, 28 Feb 2023 12:12:40 +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: 56c95471-cc75-42c1-aa9e-4b406a05e77c X-Archives-Hash: ccb7ea88e171d1768d03bf0f828a2106 commit: 67b55f0b3eb3af7ec92468ba29b717b9e2cf5008 Author: Yixun Lan gentoo org> AuthorDate: Tue Feb 28 12:12:14 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Feb 28 12:12:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b55f0b sys-libs/zlib-ng: Keyword 2.0.6 riscv, #895718 Signed-off-by: Yixun Lan gentoo.org> sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild b/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild index 7b148686e2b4..641a623a64aa 100644 --- a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild +++ b/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" CPU_USE=( cpu_flags_{x86_{avx2,sse2,ssse3,sse4a,pclmul},arm_{crc32,neon},ppc_vsx2} ) IUSE="compat ${CPU_USE[@]} test"