diff options
author | 2010-04-13 11:04:18 +0000 | |
---|---|---|
committer | 2010-04-13 11:04:18 +0000 | |
commit | 63b8b81eedb08ce63533e60e6256541f20bb6cf7 (patch) | |
tree | 583d2ba76b797417753ed3b808888b2f9967568f /virtual | |
parent | Provide a libusb.pc for better emulation of Linux's libusb (diff) | |
download | gentoo-2-63b8b81eedb08ce63533e60e6256541f20bb6cf7.tar.gz gentoo-2-63b8b81eedb08ce63533e60e6256541f20bb6cf7.tar.bz2 gentoo-2-63b8b81eedb08ce63533e60e6256541f20bb6cf7.zip |
freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out because some FreeBSD usb utilities require some of its additions; FreeBSD people claim it has a compatible API so that should be fine to have it as a provider too.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libusb/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/libusb/libusb-0.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog index 2c380e74a1be..516b2a2894c9 100644 --- a/virtual/libusb/ChangeLog +++ b/virtual/libusb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/libusb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.8 2010/02/18 22:29:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.9 2010/04/13 11:04:18 aballier Exp $ + + 13 Apr 2010; Alexis Ballier <aballier@gentoo.org> libusb-0.ebuild: + freebsd-lib-8.0 provides a libusb compatible layer. We cant rip it out + because some FreeBSD usb utilities require some of its additions; FreeBSD + people claim it has a compatible API so that should be fine to have it as + a provider too. 18 Feb 2010; Jeremy Olexa <darkside@gentoo.org> libusb-0.ebuild, libusb-1.ebuild: diff --git a/virtual/libusb/libusb-0.ebuild b/virtual/libusb/libusb-0.ebuild index f12481b9da12..89ff78c391ee 100644 --- a/virtual/libusb/libusb-0.ebuild +++ b/virtual/libusb/libusb-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.6 2010/02/18 22:29:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.7 2010/04/13 11:04:18 aballier 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.1.12-r1:0 dev-libs/libusb-compat )" +RDEPEND="|| ( >=dev-libs/libusb-0.1.12-r1:0 dev-libs/libusb-compat >=sys-freebsd/freebsd-lib-8.0[usb] )" |