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 755FD158086 for ; Sat, 18 Dec 2021 00:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF91F2BC02A; Sat, 18 Dec 2021 00:32:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C0EBD2BC02A for ; Sat, 18 Dec 2021 00:32:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 654C1343966 for ; Sat, 18 Dec 2021 00:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3B5314D for ; Sat, 18 Dec 2021 00:32:09 +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: <1639787524.5bfe02835b699f6078c2528f7f31008c0094feed.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isa-l/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/isa-l/isa-l-2.30.0-r1.ebuild X-VCS-Directories: dev-libs/isa-l/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5bfe02835b699f6078c2528f7f31008c0094feed X-VCS-Branch: master Date: Sat, 18 Dec 2021 00:32:09 +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: 35e17458-dab0-44a4-a71b-c65ea3cd87b1 X-Archives-Hash: 80cf279c42571f215be23b8df38b25c5 commit: 5bfe02835b699f6078c2528f7f31008c0094feed Author: Marek Szuba gentoo org> AuthorDate: Sat Dec 18 00:31:33 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Dec 18 00:32:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfe0283 dev-libs/isa-l: keyword 2.30.0-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/isa-l/isa-l-2.30.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild b/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild index 1bd7d4afdd80..793f5856db3f 100644 --- a/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild +++ b/dev-libs/isa-l/isa-l-2.30.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="cpu_flags_x86_avx512f" # AVX512 support in yasm is still work in progress