diff options
author | Chris Mayo <aklhfex@gmail.com> | 2019-12-21 19:50:07 +0000 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-07 15:04:51 -0500 |
commit | aa9e2f77177f02048e62588634831cbb0464c8ae (patch) | |
tree | 1e3d2312bf764568cba3423927a775b3c28adfd1 /dev-libs/roct-thunk-interface | |
parent | net-libs/rpcsvc-proto: use external libintl where needed, bug #637084 (diff) | |
download | gentoo-aa9e2f77177f02048e62588634831cbb0464c8ae.tar.gz gentoo-aa9e2f77177f02048e62588634831cbb0464c8ae.tar.bz2 gentoo-aa9e2f77177f02048e62588634831cbb0464c8ae.zip |
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 <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14079
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/roct-thunk-interface')
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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)" |