From: Chris Mayo Date: Sat, 21 Dec 2019 19:50:07 +0000 (+0000) Subject: dev-libs/roct-thunk-interface: Remove NUMA from kernel check X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa9e2f77177f02048e62588634831cbb0464c8ae;p=gentoo.git dev-libs/roct-thunk-interface: Remove NUMA from kernel check non-NUMA support was added in: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/commit/1a6ef82 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Chris Mayo Closes: https://github.com/gentoo/gentoo/pull/14079 Signed-off-by: Craig Andrews --- 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 index e67d364f42fb..9ec113c78ebe 100644 --- 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 @@ -16,7 +16,7 @@ fi DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild index e67d364f42fb..9ec113c78ebe 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)"