app-misc/tek: Add missing libusb dependency

Gentoo-Bug: 612332
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Amadeusz Żołnowski
2017-03-12 11:18:59 +00:00
parent ab399a6538
commit 972f5331e4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,6 +17,7 @@ IUSE=""
RESTRICT="mirror"
RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}=[X]
virtual/libusb:1
virtual/udev"
DEPEND="${RDEPEND}
app-editors/vim-core"