diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-28 17:58:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-28 17:58:15 +0000 |
commit | 6569c4af564216ea1fc0812ca576b73c8de140ed (patch) | |
tree | ec4477fb422049883267b3e3b84ff00daab48603 /dev-util/usb-robot | |
parent | x11-apps/xfs: fix docs build error, add syslog and xinted USE flags (fixes bu... (diff) | |
download | gentoo-2-6569c4af564216ea1fc0812ca576b73c8de140ed.tar.gz gentoo-2-6569c4af564216ea1fc0812ca576b73c8de140ed.tar.bz2 gentoo-2-6569c4af564216ea1fc0812ca576b73c8de140ed.zip |
EAPI2ification, nailing libusb dep to slot 0, fixes #270159
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/usb-robot')
-rw-r--r-- | dev-util/usb-robot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/usb-robot/usb-robot-0.2.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/usb-robot/ChangeLog b/dev-util/usb-robot/ChangeLog index 6897d6d3eb14..67bc3b445784 100644 --- a/dev-util/usb-robot/ChangeLog +++ b/dev-util/usb-robot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/usb-robot -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/usb-robot/ChangeLog,v 1.7 2007/12/21 14:33:14 nixnut Exp $ +# 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 $ + + 28 Jun 2009; Patrick Lauer <patrick@gentoo.org> usb-robot-0.2.0.ebuild: + EAPI2ification, nailing libusb dep to slot 0, fixes #270159 21 Dec 2007; nixnut <nixnut@gentoo.org> usb-robot-0.2.0.ebuild: Stable on ppc wrt bug 202736 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 6c1f06be52d9..64aae7ce3f8c 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,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.9 2007/12/21 14:33:14 nixnut Exp $ +# $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 $ + +EAPI="2" DESCRIPTION="USB Reverse engineering tools" HOMEPAGE="http://usb-robot.sourceforge.net/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="dev-libs/libusb +DEPEND="dev-libs/libusb:0 sys-libs/readline" src_install () { |