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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD77B13835B for ; Sun, 18 Apr 2021 01:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B9BE083D; Sun, 18 Apr 2021 01:44:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0756AE083D for ; Sun, 18 Apr 2021 01:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CBBA340C39 for ; Sun, 18 Apr 2021 01:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81ED6EB for ; Sun, 18 Apr 2021 01:44:12 +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: <1618710162.7f9b84794e1a8948f270e7ed808f3911ecc6bc4e.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-20200303-r1.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f9b84794e1a8948f270e7ed808f3911ecc6bc4e X-VCS-Branch: master Date: Sun, 18 Apr 2021 01:44:12 +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: ef001c6e-d33d-4bd6-98da-9719bb2053e9 X-Archives-Hash: 19f7146247a3be18d569b39d3b946545 commit: 7f9b84794e1a8948f270e7ed808f3911ecc6bc4e Author: Sam James gentoo org> AuthorDate: Sun Apr 18 01:42:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 01:42:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9b8479 sci-physics/lammps: Stabilize 20200303-r1 amd64, #783258 Signed-off-by: Sam James gentoo.org> sci-physics/lammps/lammps-20200303-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lammps/lammps-20200303-r1.ebuild b/sci-physics/lammps/lammps-20200303-r1.ebuild index 3c647387cf0..750459af939 100644 --- a/sci-physics/lammps/lammps-20200303-r1.ebuild +++ b/sci-physics/lammps/lammps-20200303-r1.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/lammps/lammps/archive/${MY_PV}.tar.gz -> ${MY_P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="cuda examples gzip kokkos lammps-memalign mpi netcdf python test" RESTRICT="!test? ( test )"