change dependencies to virtual/libusb

This commit is contained in:
Manuel Friedli 2014-01-25 18:34:40 +01:00
parent 874fb33268
commit f260cb49c3
4 changed files with 6 additions and 4 deletions

View file

@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.3.ebuild,v 1.3 2007/07/18 02:02:04 cryos Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A Linux interface to the Garmin Forerunner GPS units"
@ -18,7 +20,7 @@ KEYWORDS="~x86 amd64"
IUSE="usb"
RDEPEND="usb? ( dev-libs/libusb )"
RDEPEND="usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}"