From: Craig Andrews Date: Thu, 24 Oct 2019 21:41:30 +0000 (-0400) Subject: dev-libs/roct-thunk-interface: Require DRM_AMDGPU DRM_AMDGPU_USERPTR X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b74b2facd96e763a6d60a1e725bb7afcce42992;p=gentoo.git dev-libs/roct-thunk-interface: Require DRM_AMDGPU DRM_AMDGPU_USERPTR See https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/issues/44 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Craig Andrews --- diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild index 84d01d8e830e..8309cffdc300 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.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" +CONFIG_CHECK="~NUMA ~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 84d01d8e830e..8309cffdc300 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" +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE ~DRM_AMDGPU ~DRM_AMDGPU_USERPTR" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)"