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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93A421581D8 for ; Wed, 4 Dec 2024 18:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC52E086A; Wed, 4 Dec 2024 18:52:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9EE0E0858 for ; Wed, 4 Dec 2024 18:52:55 +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 EA6A2340BE0 for ; Wed, 4 Dec 2024 18:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DD49F96 for ; Wed, 4 Dec 2024 18:52:52 +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: <1733338269.3b8281baec0ed7c61441e058f4eb79ff70a15d6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lammps/lammps-20240829.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b8281baec0ed7c61441e058f4eb79ff70a15d6b X-VCS-Branch: master Date: Wed, 4 Dec 2024 18:52:52 +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: 3aab9560-3516-459f-be18-29d066bd1cd6 X-Archives-Hash: b476bd68d4611b2414985cee0e2d50f7 commit: 3b8281baec0ed7c61441e058f4eb79ff70a15d6b Author: Sam James gentoo org> AuthorDate: Wed Dec 4 18:51:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 4 18:51:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8281ba sci-physics/lammps: Stabilize 20240829 amd64, #945572 Signed-off-by: Sam James gentoo.org> sci-physics/lammps/lammps-20240829.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lammps/lammps-20240829.ebuild b/sci-physics/lammps/lammps-20240829.ebuild index 7d4d92c21ff8..a0d1bba61452 100644 --- a/sci-physics/lammps/lammps-20240829.ebuild +++ b/sci-physics/lammps/lammps-20240829.ebuild @@ -36,7 +36,7 @@ S="${WORKDIR}/${MY_P}/cmake" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="cuda examples extra gzip hip lammps-memalign mpi opencl openmp python test" # Requires write access to /dev/dri/renderD... RESTRICT="test"