From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9A29E1582EF for ; Mon, 24 Feb 2025 20:47:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 869833431FD for ; Mon, 24 Feb 2025 20:47:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D8012110374; Mon, 24 Feb 2025 20:46:59 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D3AC8110374 for ; Mon, 24 Feb 2025 20:46:59 +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 8F1B0343096 for ; Mon, 24 Feb 2025 20:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBA8B25CA for ; Mon, 24 Feb 2025 20:46:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740430003.4ee1313d8f60ae4aa889e8d8d33f6682ce8560eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2024.5.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ee1313d8f60ae4aa889e8d8d33f6682ce8560eb X-VCS-Branch: master Date: Mon, 24 Feb 2025 20:46:57 +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: 6cfee7fe-e56c-4d20-bc0a-77e34ca4c600 X-Archives-Hash: 0352770060a9dee9cc25948a9aebe4a6 commit: 4ee1313d8f60ae4aa889e8d8d33f6682ce8560eb Author: Sam James gentoo org> AuthorDate: Mon Feb 24 20:46:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 24 20:46:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee1313d sci-chemistry/gromacs: Stabilize 2024.5 amd64, #950227 Signed-off-by: Sam James gentoo.org> sci-chemistry/gromacs/gromacs-2024.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/gromacs/gromacs-2024.5.ebuild b/sci-chemistry/gromacs/gromacs-2024.5.ebuild index 865d33c36d8f..d57a37462c1d 100644 --- a/sci-chemistry/gromacs/gromacs-2024.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.5.ebuild @@ -26,7 +26,7 @@ else doc? ( https://ftp.gromacs.org/manual/manual-${PV/_/-}.pdf ) test? ( https://ftp.gromacs.org/regressiontests/regressiontests-${PV/_/-}.tar.gz )" # since 2022 arm support was dropped (but not arm64) - KEYWORDS="~amd64 -arm arm64 ~riscv -x86 ~amd64-linux -x86-linux ~x64-macos" + KEYWORDS="amd64 -arm arm64 ~riscv -x86 ~amd64-linux -x86-linux ~x64-macos" fi ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_arm_neon"