Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/
Date: Tue, 07 Jan 2020 20:05:02
Message-Id: 1578427491.aa9e2f77177f02048e62588634831cbb0464c8ae.candrews@gentoo
1 commit: aa9e2f77177f02048e62588634831cbb0464c8ae
2 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 21 19:50:07 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 20:04:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9e2f77
7
8 dev-libs/roct-thunk-interface: Remove NUMA from kernel check
9
10 non-NUMA support was added in:
11 https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/commit/1a6ef82
12
13 Package-Manager: Portage-2.3.79, Repoman-2.3.16
14 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/14079
16 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
17
18 dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild | 2 +-
19 dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
23 index e67d364f42f..9ec113c78eb 100644
24 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
25 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
26 @@ -16,7 +16,7 @@ fi
27
28 DESCRIPTION="Radeon Open Compute Thunk Interface"
29 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
30 -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR"
31 +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR"
32 LICENSE="MIT"
33 SLOT="0/$(ver_cut 1-2)"
34
35
36 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
37 index e67d364f42f..9ec113c78eb 100644
38 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
39 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
40 @@ -16,7 +16,7 @@ fi
41
42 DESCRIPTION="Radeon Open Compute Thunk Interface"
43 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
44 -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR"
45 +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR"
46 LICENSE="MIT"
47 SLOT="0/$(ver_cut 1-2)"