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 E03B8158099 for ; Fri, 24 Nov 2023 14:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3D02BC056; Fri, 24 Nov 2023 14:14:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 109372BC056 for ; Fri, 24 Nov 2023 14:14:45 +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 1CD6F33FD24 for ; Fri, 24 Nov 2023 14:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A47A613BB for ; Fri, 24 Nov 2023 14:14:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1700835277.32562aca321ad04c4680d3714f4ade804717c85f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gf2x/gf2x-1.3.0-r1.ebuild X-VCS-Directories: dev-libs/gf2x/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32562aca321ad04c4680d3714f4ade804717c85f X-VCS-Branch: master Date: Fri, 24 Nov 2023 14:14:42 +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: 35fb724c-b78c-4d7b-8206-d5072dfa7a63 X-Archives-Hash: 03779d65eecfa207b88493d418d7e385 commit: 32562aca321ad04c4680d3714f4ade804717c85f Author: Michał Górny gentoo org> AuthorDate: Fri Nov 24 14:14:37 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 24 14:14:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32562aca dev-libs/gf2x: Stabilize 1.3.0-r1 arm64, #918173 Signed-off-by: Michał Górny gentoo.org> dev-libs/gf2x/gf2x-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild index 20327bcc95e1..1054fa5e2557 100644 --- a/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild +++ b/dev-libs/gf2x/gf2x-1.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz" # License is tricky, see their README LICENSE="GPL-3+ GPL-2+" SLOT="0/3" # soname major version, defined in configure.ac -KEYWORDS="amd64 ~arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm64 ~loong ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="fft static-libs custom-tune" IUSE_CPU_FLAGS=" pclmul sse2 sse3 sse4_1 ssse3" IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"