diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-06-25 22:12:04 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-26 10:19:25 +0100 |
commit | 8a4bf09a6a54792eea7159a2393f4278a9117d27 (patch) | |
tree | 0c2888d8381b59862a78162961d7c339ad978b42 /dev-build/rocm-cmake | |
parent | profiles: ROCm 6 is now in good shape and can be unmasked (diff) | |
download | gentoo-8a4bf09a6a54792eea7159a2393f4278a9117d27.tar.gz gentoo-8a4bf09a6a54792eea7159a2393f4278a9117d27.tar.bz2 gentoo-8a4bf09a6a54792eea7159a2393f4278a9117d27.zip |
dev-build/rocm-cmake: 6.1.1 move to EAPI-8
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/rocm-cmake')
-rw-r--r-- | dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild b/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild index 1263ddfd3800..7d097ae7d18f 100644 --- a/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild +++ b/dev-build/rocm-cmake/rocm-cmake-6.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake |