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: Tue, 15 Jan 2019 19:00:23
Message-Id: 1547578781.defd3c3996448c857e1221467da6571928839cfa.candrews@gentoo
1 commit: defd3c3996448c857e1221467da6571928839cfa
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 18:59:41 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 18:59:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defd3c39
7
8 dev-libs/roct-thunk-interface: depend on sys-apps/pciutils
9
10 Closes: https://bugs.gentoo.org/675504
11 Package-Manager: Portage-2.3.56, Repoman-2.3.12
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
18 index 91642b3b2f1..ba407458247 100644
19 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
20 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -23,7 +23,8 @@ CONFIG_CHECK="~HSA_AMD"
28 LICENSE="MIT"
29 SLOT="0/$(ver_cut 1-2)"
30
31 -RDEPEND="sys-process/numactl"
32 +RDEPEND="sys-process/numactl
33 + sys-apps/pciutils"
34 DEPEND="${RDEPEND}"
35
36 src_prepare() {