diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-01-15 13:59:41 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-01-15 13:59:41 -0500 |
commit | defd3c3996448c857e1221467da6571928839cfa (patch) | |
tree | c60a4dc5b6a28928c4a3af47bc09fbdaf1a6d4cd /dev-libs | |
parent | app-portage/layman: remove dohtml (diff) | |
download | gentoo-defd3c3996448c857e1221467da6571928839cfa.tar.gz gentoo-defd3c3996448c857e1221467da6571928839cfa.tar.bz2 gentoo-defd3c3996448c857e1221467da6571928839cfa.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild | 5 |
1 files 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 91642b3b2f18..ba407458247a 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() { |