Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-opencl-runtime/
Date: Thu, 02 Mar 2023 16:30:10
Message-Id: 1677774603.07ceff02838ae1f11558a132b6d3ee5876c966a3.patrick@gentoo
1 commit: 07ceff02838ae1f11558a132b6d3ee5876c966a3
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 09:22:53 2023 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:30:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ceff02
7
8 dev-libs/rocm-opencl-runtime: keyword 5.4.3 for ~amd64
9
10 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
11
12 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild
16 index cd0084f89cdb..4ee8c36fb4d8 100644
17 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild
18 +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.4.3.ebuild
19 @@ -14,6 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 S="${WORKDIR}/${P}"
22 else
23 + KEYWORDS="~amd64"
24 SRC_URI="https://github.com/ROCm-Developer-Tools/ROCclr/archive/rocm-${PV}.tar.gz -> rocclr-${PV}.tar.gz
25 https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/rocm-${PV}.tar.gz -> rocm-opencl-runtime-${PV}.tar.gz"
26 S="${WORKDIR}/ROCm-OpenCL-Runtime-rocm-${PV}"