diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-03-12 11:18:59 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-03-12 11:19:42 +0000 |
commit | 972f5331e4f4b8b1b3ef3d811ec1014f1d9b7108 (patch) | |
tree | 5e76a3b6ca37a3da49f877e0e194fdcb3249ce17 /app-misc | |
parent | dev-python/nose_warnings_filters: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-972f5331e4f4b8b1b3ef3d811ec1014f1d9b7108.tar.gz gentoo-972f5331e4f4b8b1b3ef3d811ec1014f1d9b7108.tar.bz2 gentoo-972f5331e4f4b8b1b3ef3d811ec1014f1d9b7108.zip |
app-misc/tek: Add missing libusb dependency
Gentoo-Bug: 612332
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tek/tek-1.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/tek/tek-1.3.0.ebuild b/app-misc/tek/tek-1.3.0.ebuild index 2e36719949e4..a999ca161f55 100644 --- a/app-misc/tek/tek-1.3.0.ebuild +++ b/app-misc/tek/tek-1.3.0.ebuild @@ -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" |