summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-19 03:42:44 +0000
commit6d29016c2cdaf9082860c3cba02855c5424bdd62 (patch)
treeb9b8955252d26c5093cd9a4ea18c67ce1bcae9ae /sys-apps/fxload/fxload-20020411.ebuild
parentlintool fixes for #9258 (diff)
downloadhistorical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.gz
historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.bz2
historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.zip
lintool fixes for #9258
Diffstat (limited to 'sys-apps/fxload/fxload-20020411.ebuild')
-rw-r--r--sys-apps/fxload/fxload-20020411.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/fxload/fxload-20020411.ebuild b/sys-apps/fxload/fxload-20020411.ebuild
index 11c42a8d295f..61eb902851a2 100644
--- a/sys-apps/fxload/fxload-20020411.ebuild
+++ b/sys-apps/fxload/fxload-20020411.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20020411.ebuild,v 1.6 2002/10/04 06:24:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20020411.ebuild,v 1.7 2002/10/19 03:42:44 vapier Exp $
# source maintainers named it fxload-YYYY_MM_DD instead of fxload-YYYYMMDD
OLDP="$P"
@@ -16,16 +16,13 @@ LICENSE="GPL-2"
# fxload needs pcimodules utility provided by pcitutils-2.1.9-r1
DEPEND="virtual/glibc
sys-apps/hotplug"
+RDEPEND="${DEPEND}"
src_compile() {
-
# compile fxload program
make || die
-
}
-src_install () {
-
+src_install() {
make install prefix=${D}
-
}