diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-10-02 11:30:20 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-10-02 11:30:20 +0000 |
commit | 23eb3407d5f1c99da8bcafb5306ee62227205330 (patch) | |
tree | 87a5ab550a248d5deea03ba64a83b6e359270b56 /sys-fs/udev/udev-145.ebuild | |
parent | Ooops, fix the missing broken autotools correction. (diff) | |
download | gentoo-2-23eb3407d5f1c99da8bcafb5306ee62227205330.tar.gz gentoo-2-23eb3407d5f1c99da8bcafb5306ee62227205330.tar.bz2 gentoo-2-23eb3407d5f1c99da8bcafb5306ee62227205330.zip |
Switch libusb depend to use the correct virtual, Bug #287261.
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udev/udev-145.ebuild')
-rw-r--r-- | sys-fs/udev/udev-145.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-145.ebuild b/sys-fs/udev/udev-145.ebuild index 206e4c53ccc2..1ec391605a65 100644 --- a/sys-fs/udev/udev-145.ebuild +++ b/sys-fs/udev/udev-145.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-fs/udev/udev-145.ebuild,v 1.4 2009/09/01 09:39:09 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145.ebuild,v 1.5 2009/10/02 11:30:20 zzam Exp $ EAPI="1" @@ -25,7 +25,7 @@ COMMON_DEPEND="selinux? ( sys-libs/libselinux ) extras? ( sys-apps/acl >=sys-apps/usbutils-0.82 - dev-libs/libusb + virtual/libusb:0 sys-apps/pciutils dev-libs/glib:2 ) |