summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-11 07:45:50 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-11 07:45:50 +0000
commitc67091e867198a0d3442a0f013ce1d8a900a75d3 (patch)
tree28ee463e0e5034416177f5c1b230846e898f8914 /virtual
parentVersion bump, now with working src_test again. (diff)
downloadgentoo-2-c67091e867198a0d3442a0f013ce1d8a900a75d3.tar.gz
gentoo-2-c67091e867198a0d3442a0f013ce1d8a900a75d3.tar.bz2
gentoo-2-c67091e867198a0d3442a0f013ce1d8a900a75d3.zip
Raise the minimum version of libusb-1 used to resolve some issues with the early releases (eg bug #282532).
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/libusb/ChangeLog6
-rw-r--r--virtual/libusb/libusb-1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog
index 98577a65d860..b8a9fd18c653 100644
--- a/virtual/libusb/ChangeLog
+++ b/virtual/libusb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for virtual/libusb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.4 2009/05/16 06:52:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.5 2009/11/11 07:45:50 robbat2 Exp $
+
+ 11 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> libusb-1.ebuild:
+ Raise the minimum version of libusb-1 used to resolve some issues with the
+ early releases (eg bug #282532).
16 May 2009; Robin H. Johnson <robbat2@gentoo.org> libusb-0.ebuild:
Include the current stable of dev-libs/libusb-0* in the version
diff --git a/virtual/libusb/libusb-1.ebuild b/virtual/libusb/libusb-1.ebuild
index a123a85f85b9..a8b45c31f8a2 100644
--- a/virtual/libusb/libusb-1.ebuild
+++ b/virtual/libusb/libusb-1.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/virtual/libusb/libusb-1.ebuild,v 1.2 2009/05/15 19:05:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1.ebuild,v 1.3 2009/11/11 07:45:50 robbat2 Exp $
EAPI=2
@@ -14,4 +14,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
DEPEND=""
-RDEPEND="dev-libs/libusb:1"
+RDEPEND=">=dev-libs/libusb-1.0.4:1"