summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-05-16 06:52:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-05-16 06:52:15 +0000
commit7ff9186342cebff1e3d08f511c909f61ed993b17 (patch)
tree495940ece1babd3c494ad327d5736c1fb112bbcd /virtual
parentassign depend/rdepend explicitly and add pkgconfig dep (diff)
downloadgentoo-2-7ff9186342cebff1e3d08f511c909f61ed993b17.tar.gz
gentoo-2-7ff9186342cebff1e3d08f511c909f61ed993b17.tar.bz2
gentoo-2-7ff9186342cebff1e3d08f511c909f61ed993b17.zip
Include the current stable of dev-libs/libusb-0* in the version specification, so that we can replace the version dependancy in other ebuilds when migrating them to the virtual.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/libusb/ChangeLog7
-rw-r--r--virtual/libusb/libusb-0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog
index 821f1f88c7b8..98577a65d860 100644
--- a/virtual/libusb/ChangeLog
+++ b/virtual/libusb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/libusb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.3 2009/05/15 19:05:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.4 2009/05/16 06:52:15 robbat2 Exp $
+
+ 16 May 2009; Robin H. Johnson <robbat2@gentoo.org> libusb-0.ebuild:
+ Include the current stable of dev-libs/libusb-0* in the version
+ specification, so that we can replace the version dependancy in other
+ ebuilds when migrating them to the virtual.
15 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
libusb-1.ebuild:
diff --git a/virtual/libusb/libusb-0.ebuild b/virtual/libusb/libusb-0.ebuild
index 349fdf6d91f0..9f14ab748a7e 100644
--- a/virtual/libusb/libusb-0.ebuild
+++ b/virtual/libusb/libusb-0.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-0.ebuild,v 1.2 2009/05/15 00:03:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.3 2009/05/16 06:52:15 robbat2 Exp $
EAPI=2
@@ -14,4 +14,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f
IUSE=""
DEPEND=""
-RDEPEND="|| ( dev-libs/libusb:0 dev-libs/libusb-compat )"
+RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat )"