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: Sat, 10 Aug 2019 22:50:36
Message-Id: 1565477414.24b24e8dec698e7ac61215cc0594c1604cff0a53.candrews@gentoo
1 commit: 24b24e8dec698e7ac61215cc0594c1604cff0a53
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 22:48:24 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 22:50:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b24e8d
7
8 dev-libs/roct-thunk-interface: Check for HMM_MIRROR ZONE_DEVICE
9
10 See https://bugs.freedesktop.org/show_bug.cgi?id=109808
11
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild | 2 +-
16 dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
20 index fadf20cce25..69e6b7fe853 100644
21 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
22 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
23 @@ -22,7 +22,7 @@ PATCHES=(
24
25 DESCRIPTION="Radeon Open Compute Thunk Interface"
26 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
27 -CONFIG_CHECK="~HSA_AMD"
28 +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
29 LICENSE="MIT"
30 SLOT="0/$(ver_cut 1-2)"
31
32
33 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
34 index 28db57d3c71..4860c47142d 100644
35 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
36 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
37 @@ -16,7 +16,7 @@ fi
38
39 DESCRIPTION="Radeon Open Compute Thunk Interface"
40 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
41 -CONFIG_CHECK="~HSA_AMD"
42 +CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
43 LICENSE="MIT"
44 SLOT="0/$(ver_cut 1-2)"