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 5ADD5158093 for ; Mon, 4 Jul 2022 14:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB4DE0AAC; Mon, 4 Jul 2022 14:10:30 +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 3C406E0AAC for ; Mon, 4 Jul 2022 14:10:30 +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 40ED7341681 for ; Mon, 4 Jul 2022 14:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86A69456 for ; Mon, 4 Jul 2022 14:10:27 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1656943819.72794fd1a8a1932c878b77db53707b5d7aae2958.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2022.1.ebuild sci-chemistry/gromacs/gromacs-2022.2.ebuild sci-chemistry/gromacs/gromacs-2022.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 72794fd1a8a1932c878b77db53707b5d7aae2958 X-VCS-Branch: master Date: Mon, 4 Jul 2022 14:10:27 +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: b563078c-aea9-4a6c-8d80-a01f08507ba1 X-Archives-Hash: 43e2d333ea7a1073c32a740a3dbd78df commit: 72794fd1a8a1932c878b77db53707b5d7aae2958 Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jul 4 14:09:00 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jul 4 14:10:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72794fd1 sci-chemistry/gromacs: arm was dropped upstream since 2022.x Closes: https://bugs.gentoo.org/844100 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/gromacs-2022.1.ebuild | 3 ++- sci-chemistry/gromacs/gromacs-2022.2.ebuild | 3 ++- sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2022.1.ebuild b/sci-chemistry/gromacs/gromacs-2022.1.ebuild index 501d77ec94c4..61b5edc51f15 100644 --- a/sci-chemistry/gromacs/gromacs-2022.1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.1.ebuild @@ -24,7 +24,8 @@ else http://ftp.gromacs.org/gromacs/${P}.tar.gz doc? ( https://ftp.gromacs.org/manual/manual-${PV}.pdf ) test? ( http://ftp.gromacs.org/regressiontests/regressiontests-${PV}.tar.gz )" - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos" + # since 2022 arm support was dropped (but not arm64) + KEYWORDS="~amd64 -arm ~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" diff --git a/sci-chemistry/gromacs/gromacs-2022.2.ebuild b/sci-chemistry/gromacs/gromacs-2022.2.ebuild index 501d77ec94c4..61b5edc51f15 100644 --- a/sci-chemistry/gromacs/gromacs-2022.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.2.ebuild @@ -24,7 +24,8 @@ else http://ftp.gromacs.org/gromacs/${P}.tar.gz doc? ( https://ftp.gromacs.org/manual/manual-${PV}.pdf ) test? ( http://ftp.gromacs.org/regressiontests/regressiontests-${PV}.tar.gz )" - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos" + # since 2022 arm support was dropped (but not arm64) + KEYWORDS="~amd64 -arm ~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" diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild index 3fb0dac08361..2b70114b7ade 100644 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild @@ -24,7 +24,8 @@ else http://ftp.gromacs.org/gromacs/${PN}-${PV/_/-}.tar.gz doc? ( https://ftp.gromacs.org/manual/manual-${PV/_/-}.pdf -> manual-${PV}.pdf ) test? ( http://ftp.gromacs.org/regressiontests/regressiontests-${PV/_/-}.tar.gz )" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" + # since 2022 arm support was dropped (but not arm64) + KEYWORDS="~amd64 -arm ~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"