summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/usbview/usbview-1.0-r1.ebuild')
-rw-r--r--app-admin/usbview/usbview-1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/usbview/usbview-1.0-r1.ebuild b/app-admin/usbview/usbview-1.0-r1.ebuild
index 190b526a30d8..806cf1917b7c 100644
--- a/app-admin/usbview/usbview-1.0-r1.ebuild
+++ b/app-admin/usbview/usbview-1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.0-r1.ebuild,v 1.15 2004/03/12 10:45:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.0-r1.ebuild,v 1.16 2004/04/26 15:22:55 agriffis Exp $
DESCRIPTION="Display the topology of devices on the USB bus"
SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc amd64"
DEPEND="=x11-libs/gtk+-1.2*"
src_compile() {
- econf
+ econf || die "econf failed"
make || die
}