diff options
Diffstat (limited to 'app-admin/pcihpview')
-rw-r--r-- | app-admin/pcihpview/pcihpview-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pcihpview/pcihpview-0.5.ebuild b/app-admin/pcihpview/pcihpview-0.5.ebuild index 439a3b86202e..b008ef784f2a 100644 --- a/app-admin/pcihpview/pcihpview-0.5.ebuild +++ b/app-admin/pcihpview/pcihpview-0.5.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/pcihpview/pcihpview-0.5.ebuild,v 1.1 2004/03/16 18:26:31 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.2 2004/04/28 18:55:26 agriffis Exp $ DESCRIPTION="Display all PCI Hotplug devices in the system" SRC_URI="http://www.kroah.com/linux/hotplug/${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 } |