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 DEC8E158086 for ; Fri, 29 Oct 2021 22:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F36E0877; Fri, 29 Oct 2021 22:44:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E390CE086F for ; Fri, 29 Oct 2021 22:44:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6E533433C3 for ; Fri, 29 Oct 2021 22:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA23198 for ; Fri, 29 Oct 2021 22:44:11 +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: <1635547425.95f1868710d9f30d75da815c2be7ee12fc9243a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/kokkos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/kokkos/kokkos-3.0.00-r1.ebuild dev-cpp/kokkos/kokkos-3.0.00.ebuild dev-cpp/kokkos/kokkos-3.1.01-r1.ebuild dev-cpp/kokkos/kokkos-3.1.01.ebuild X-VCS-Directories: dev-cpp/kokkos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95f1868710d9f30d75da815c2be7ee12fc9243a2 X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:44:11 +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: 00e104a2-5a04-4e8b-bfab-691c1c40cb1b X-Archives-Hash: b32073fffd9ec639a6819b59629c0d13 commit: 95f1868710d9f30d75da815c2be7ee12fc9243a2 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:42:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:43:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f18687 dev-cpp/kokkos: add hwloc subslot operator Signed-off-by: Sam James gentoo.org> dev-cpp/kokkos/{kokkos-3.0.00.ebuild => kokkos-3.0.00-r1.ebuild} | 4 ++-- dev-cpp/kokkos/{kokkos-3.1.01.ebuild => kokkos-3.1.01-r1.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/kokkos/kokkos-3.0.00.ebuild b/dev-cpp/kokkos/kokkos-3.0.00-r1.ebuild similarity index 94% rename from dev-cpp/kokkos/kokkos-3.0.00.ebuild rename to dev-cpp/kokkos/kokkos-3.0.00-r1.ebuild index 26eebf60bcd..3f10ae6936c 100644 --- a/dev-cpp/kokkos/kokkos-3.0.00.ebuild +++ b/dev-cpp/kokkos/kokkos-3.0.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ IUSE="+openmp test" RESTRICT="!test? ( test )" DEPEND=" - sys-apps/hwloc + sys-apps/hwloc:= " RDEPEND="${DEPEND}" BDEPEND="" diff --git a/dev-cpp/kokkos/kokkos-3.1.01.ebuild b/dev-cpp/kokkos/kokkos-3.1.01-r1.ebuild similarity index 97% rename from dev-cpp/kokkos/kokkos-3.1.01.ebuild rename to dev-cpp/kokkos/kokkos-3.1.01-r1.ebuild index 2456f83dc2d..8f64a19d12e 100644 --- a/dev-cpp/kokkos/kokkos-3.1.01.ebuild +++ b/dev-cpp/kokkos/kokkos-3.1.01-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 -x86" IUSE="+openmp test" RESTRICT="!test? ( test )" -DEPEND="sys-apps/hwloc" +DEPEND="sys-apps/hwloc:=" RDEPEND="${DEPEND}" BDEPEND=""