diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:13:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:13:59 +0000 |
commit | 5a1e6b94307882a68746ac1130081ac54321a444 (patch) | |
tree | fec52310fa0b9176eb29c461ba89dd25166be0f5 /dev-util/usb-robot | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-5a1e6b94307882a68746ac1130081ac54321a444.tar.gz historical-5a1e6b94307882a68746ac1130081ac54321a444.tar.bz2 historical-5a1e6b94307882a68746ac1130081ac54321a444.zip |
sync IUSE (-usb), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/usb-robot')
-rw-r--r-- | dev-util/usb-robot/usb-robot-0.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 1a26255b499a..30db34a6dd0a 100644 --- a/dev-util/usb-robot/usb-robot-0.2.0.ebuild +++ b/dev-util/usb-robot/usb-robot-0.2.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 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.2 2004/06/25 02:49:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/usb-robot/usb-robot-0.2.0.ebuild,v 1.3 2004/07/15 00:13:59 agriffis Exp $ -IUSE="usb perl readline" +IUSE="perl readline" -S=${WORKDIR}/${P} DESCRIPTION="USB Reverse engineering tools" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://usb-robot.sourceforge.net/" |