sys-apps/0xFFFF: switch to virtual for libusb

slot 0 pulls in libusb-compat

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-01-05 16:36:53 +01:00
parent 178caa3d36
commit 8e0d764d73

View File

@@ -1,4 +1,4 @@
# Copyright 2013-2020 Gentoo Authors
# Copyright 2013-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libusb-compat"
DEPEND="virtual/libusb:0"
RDEPEND="${DEPEND}"
src_install() {