| # Copyright 1999-2014 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Id$ |
| |
| EAPI=5 |
| inherit multilib-build |
| |
| DESCRIPTION="Virtual for libusb" |
| HOMEPAGE="" |
| SRC_URI="" |
| |
| LICENSE="" |
| SLOT="1" |
| KEYWORDS="*" |
| IUSE="udev" |
| |
| # We force a recent libusb so that downstream consumers of virtual/libusb |
| # can depend on us directly (and not have to force >=libusb-1.0.19). |
| RDEPEND=" |
| || ( |
| >=dev-libs/libusb-1.0.19:1[udev(+)?,${MULTILIB_USEDEP}] |
| >=sys-freebsd/freebsd-lib-9.1-r10[usb,${MULTILIB_USEDEP}] |
| ) |
| " |
| DEPEND="" |