summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-11 07:47:17 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-11 07:47:17 +0000
commitca8318d2e37f2c046e38898743a18ef1312773e9 (patch)
tree4c27d348be41710c0fef67f7d33561c838c198ba /sys-apps
parentRaise the minimum version of libusb-1 used to resolve some issues with the ea... (diff)
downloadgentoo-2-ca8318d2e37f2c046e38898743a18ef1312773e9.tar.gz
gentoo-2-ca8318d2e37f2c046e38898743a18ef1312773e9.tar.bz2
gentoo-2-ca8318d2e37f2c046e38898743a18ef1312773e9.zip
Bug #282532: make sure to bring in virtual/libusb:0 so that libusb-1 is not used.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/usb_modeswitch/ChangeLog7
-rw-r--r--sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild4
-rw-r--r--sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/usb_modeswitch/ChangeLog b/sys-apps/usb_modeswitch/ChangeLog
index 8eae6c169189..7a5673806ce0 100644
--- a/sys-apps/usb_modeswitch/ChangeLog
+++ b/sys-apps/usb_modeswitch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/usb_modeswitch
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.3 2009/06/27 12:25:16 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.4 2009/11/11 07:47:17 robbat2 Exp $
+
+ 11 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ usb_modeswitch-0.9.4.ebuild, usb_modeswitch-1.0.2.ebuild:
+ Bug #282532: make sure to bring in virtual/libusb:0 so that libusb-1 is
+ not used.
*usb_modeswitch-1.0.2 (27 Jun 2009)
diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild b/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild
index d28c45fcd68a..0549adccfda1 100644
--- a/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild
+++ b/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild,v 1.2 2009/02/23 09:43:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-0.9.4.ebuild,v 1.3 2009/11/11 07:47:17 robbat2 Exp $
inherit toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="dev-libs/libusb"
+DEPEND="=virtual/libusb-0*"
RDEPEND="${DEPEND}"
src_compile() {
diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild b/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild
index 983dcd0d156a..64fa87e65227 100644
--- a/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild
+++ b/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild,v 1.1 2009/06/27 12:25:16 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-1.0.2.ebuild,v 1.2 2009/11/11 07:47:17 robbat2 Exp $
inherit toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="dev-libs/libusb"
+DEPEND="=virtual/libusb-0*"
RDEPEND="${DEPEND}"
src_compile() {