From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1163344-garchives=archives.gentoo.org@lists.gentoo.org>
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 B38E1138350
	for <garchives@archives.gentoo.org>; Mon, 20 Apr 2020 01:51:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 49FB8E09BC;
	Mon, 20 Apr 2020 01:51:12 +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 36134E09BC
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Apr 2020 01:51:12 +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 E956E34F02B
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Apr 2020 01:51:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8917218E
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Apr 2020 01:51:08 +0000 (UTC)
From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" <junghans@gentoo.org>
Message-ID: <1587347458.4af2eadb0a2508ab22bfba286961fd29adb9e2c4.junghans@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.ebuild
X-VCS-Directories: sci-physics/lammps/
X-VCS-Committer: junghans
X-VCS-Committer-Name: Christoph Junghans
X-VCS-Revision: 4af2eadb0a2508ab22bfba286961fd29adb9e2c4
X-VCS-Branch: master
Date: Mon, 20 Apr 2020 01:51:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1ab674b5-9dfb-4ee5-b4ec-a9374e271aad
X-Archives-Hash: 3750786eab46192f68c9be2ec1cfa606

commit:     4af2eadb0a2508ab22bfba286961fd29adb9e2c4
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 01:50:32 2020 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 01:50:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af2eadb

sci-physics/lammps: fix deps

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sci-physics/lammps/lammps-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lammps/lammps-20200303.ebuild b/sci-physics/lammps/lammps-20200303.ebuild
index b159bd9a946..d27137f6fee 100644
--- a/sci-physics/lammps/lammps-20200303.ebuild
+++ b/sci-physics/lammps/lammps-20200303.ebuild
@@ -41,7 +41,7 @@ DEPEND="
 	sci-libs/fftw:3.0
 	netcdf? ( sci-libs/netcdf )
 	cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
-	kokkos? ( >=dev-cpp/kokkos-3.0.00 )
+	kokkos? ( =dev-cpp/kokkos-3.0* )
 	dev-cpp/eigen:3
 	"
 RDEPEND="${DEPEND}"