dev-python/pyusb: add slot dependency for libusb
authorMike Gilbert <floppym@gentoo.org>
Sat, 6 Aug 2016 18:15:49 +0000 (14:15 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 6 Aug 2016 18:16:02 +0000 (14:16 -0400)
Package-Manager: portage-2.3.0_p16

dev-python/pyusb/pyusb-1.0.0_beta2.ebuild

index 7f5b3c1c76dedc10f3ac0bb457f6cfb77219511b..a3e2033a733a3264bbf49a005cfc222e2c20d070 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 ### This version is compatible with both 0.X and 1.X versions of libusb
-DEPEND="virtual/libusb
+DEPEND="virtual/libusb:=
        dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"