summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2023-06-19 16:03:02 -0500
committerMatthias Maier <tamiko@gentoo.org>2023-06-19 16:03:02 -0500
commitf3592fadc8f7d5862342a6f021d11bf2df3b9c90 (patch)
treedf252b720bde3983a1c2f899226f1cfefdbf4a56 /dev-cpp/kokkos
parentgames-fps/gzdoom: Patch to fix building with GCC 13 (diff)
downloadgentoo-f3592fadc8f7d5862342a6f021d11bf2df3b9c90.tar.gz
gentoo-f3592fadc8f7d5862342a6f021d11bf2df3b9c90.tar.bz2
gentoo-f3592fadc8f7d5862342a6f021d11bf2df3b9c90.zip
dev-cpp/kokkos: update EAPI 7 -> 8
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-cpp/kokkos')
-rw-r--r--dev-cpp/kokkos/kokkos-4.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/kokkos/kokkos-4.0.1.ebuild b/dev-cpp/kokkos/kokkos-4.0.1.ebuild
index 4ec60171c232..fb34ce9b8546 100644
--- a/dev-cpp/kokkos/kokkos-4.0.1.ebuild
+++ b/dev-cpp/kokkos/kokkos-4.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 -x86"
+KEYWORDS="~amd64 -x86"
IUSE="+openmp test"
RESTRICT="!test? ( test )"