From 7ff9186342cebff1e3d08f511c909f61ed993b17 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 16 May 2009 06:52:15 +0000 Subject: 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) --- virtual/libusb/ChangeLog | 7 ++++++- virtual/libusb/libusb-0.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'virtual/libusb') 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 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 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 )" -- cgit v1.2.3-65-gdbad