From: Craig Andrews Date: Tue, 1 Oct 2019 18:00:39 +0000 (-0400) Subject: ev-libs/roct-thunk-interface: require CONFIG_NUMA to be set X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96e7217f282fd654482b338b5bd5ee9ebd3b4a49;p=gentoo.git ev-libs/roct-thunk-interface: require CONFIG_NUMA to be set See https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/issues/44 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild index e7eb65985846..454c65e73c12 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild @@ -22,7 +22,7 @@ PATCHES=( DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" 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 e7eb65985846..454c65e73c12 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild @@ -22,7 +22,7 @@ PATCHES=( DESCRIPTION="Radeon Open Compute Thunk Interface" HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface" -CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)"