diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-25 18:34:10 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-25 18:34:10 +0000 |
commit | 72c992d8637d53d26dc19dd53c3b306e06218412 (patch) | |
tree | fcee072f89caf3f06032d45d93fcf652d8d25bd9 /dev-cpp | |
parent | sys-process/iotop-c: add 1.25 (diff) | |
download | gentoo-72c992d8637d53d26dc19dd53c3b306e06218412.tar.gz gentoo-72c992d8637d53d26dc19dd53c3b306e06218412.tar.bz2 gentoo-72c992d8637d53d26dc19dd53c3b306e06218412.zip |
dev-cpp/kokkos: Stabilize 4.0.1 amd64, #911331
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/kokkos/kokkos-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/kokkos/kokkos-4.0.1.ebuild b/dev-cpp/kokkos/kokkos-4.0.1.ebuild index fb34ce9b8546..a83617a9795f 100644 --- a/dev-cpp/kokkos/kokkos-4.0.1.ebuild +++ b/dev-cpp/kokkos/kokkos-4.0.1.ebuild @@ -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 )" |