summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-25 08:14:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-25 08:14:30 +0000
commit0f52070679ffa522550b3e623b82a80e6daab751 (patch)
tree72bde25009dedbd73050f5bf9c48f8bf6c3e2d70 /dev-embedded/openocd/openocd-0.3.1-r1.ebuild
parentpunt old, minor cleanups to silence repoman (diff)
downloadhistorical-0f52070679ffa522550b3e623b82a80e6daab751.tar.gz
historical-0f52070679ffa522550b3e623b82a80e6daab751.tar.bz2
historical-0f52070679ffa522550b3e623b82a80e6daab751.zip
Restrict virtual/libusb to SLOT="0" because libusb-1 is not supported yet.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-embedded/openocd/openocd-0.3.1-r1.ebuild')
-rw-r--r--dev-embedded/openocd/openocd-0.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/openocd/openocd-0.3.1-r1.ebuild b/dev-embedded/openocd/openocd-0.3.1-r1.ebuild
index d743bcf8ac94..420c037eb564 100644
--- a/dev-embedded/openocd/openocd-0.3.1-r1.ebuild
+++ b/dev-embedded/openocd/openocd-0.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-0.3.1-r1.ebuild,v 1.3 2012/05/22 16:28:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-0.3.1-r1.ebuild,v 1.4 2012/05/25 08:14:30 ssuominen Exp $
EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}"
inherit eutils
@@ -22,7 +22,7 @@ IUSE="ftd2xx ftdi parport presto usb"
RESTRICT="strip" # includes non-native binaries
# libftd2xx is the default because it is reported to work better.
-DEPEND="usb? ( virtual/libusb )
+DEPEND="usb? ( =virtual/libusb-0* )
presto? ( dev-embedded/libftd2xx )
ftd2xx? ( dev-embedded/libftd2xx )
ftdi? ( dev-embedded/libftdi )"