diff options
author | 2009-06-30 19:23:27 +0000 | |
---|---|---|
committer | 2009-06-30 19:23:27 +0000 | |
commit | 1130955a43e84cccd5f657a911b6d7ac45b739b5 (patch) | |
tree | 34dbb42d1bda96e48d9247d1c215a1c78ca7961d /dev-util/usb-robot | |
parent | Stable on alpha, bug #265587 (diff) | |
download | gentoo-2-1130955a43e84cccd5f657a911b6d7ac45b739b5.tar.gz gentoo-2-1130955a43e84cccd5f657a911b6d7ac45b739b5.tar.bz2 gentoo-2-1130955a43e84cccd5f657a911b6d7ac45b739b5.zip |
Bug #270159 said that libusb-compat should be ok, so really reflect that. If it's actually broken, please file a bug.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/usb-robot')
-rw-r--r-- | dev-util/usb-robot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/usb-robot/usb-robot-0.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/usb-robot/ChangeLog b/dev-util/usb-robot/ChangeLog index 67bc3b445784..06e1879e441c 100644 --- a/dev-util/usb-robot/ChangeLog +++ b/dev-util/usb-robot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/usb-robot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/usb-robot/ChangeLog,v 1.8 2009/06/28 17:58:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/usb-robot/ChangeLog,v 1.9 2009/06/30 19:23:27 robbat2 Exp $ + + 30 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> usb-robot-0.2.0.ebuild: + Bug #270159 said that libusb-compat should be ok, so really reflect that. + If it's actually broken, please file a bug. 28 Jun 2009; Patrick Lauer <patrick@gentoo.org> usb-robot-0.2.0.ebuild: EAPI2ification, nailing libusb dep to slot 0, fixes #270159 diff --git a/dev-util/usb-robot/usb-robot-0.2.0.ebuild b/dev-util/usb-robot/usb-robot-0.2.0.ebuild index 64aae7ce3f8c..d53a2402ba11 100644 --- a/dev-util/usb-robot/usb-robot-0.2.0.ebuild +++ b/dev-util/usb-robot/usb-robot-0.2.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/dev-util/usb-robot/usb-robot-0.2.0.ebuild,v 1.10 2009/06/28 17:58:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/usb-robot/usb-robot-0.2.0.ebuild,v 1.11 2009/06/30 19:23:27 robbat2 Exp $ EAPI="2" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="dev-libs/libusb:0 +DEPEND="virtual/libusb:0 sys-libs/readline" src_install () { |