commit: defd3c3996448c857e1221467da6571928839cfa Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Jan 15 18:59:41 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Jan 15 18:59:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defd3c39
dev-libs/roct-thunk-interface: depend on sys-apps/pciutils Closes: https://bugs.gentoo.org/675504 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 index 91642b3b2f1..ba407458247 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,8 @@ CONFIG_CHECK="~HSA_AMD" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -RDEPEND="sys-process/numactl" +RDEPEND="sys-process/numactl + sys-apps/pciutils" DEPEND="${RDEPEND}" src_prepare() {
