summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild')
-rw-r--r--sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild b/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild
index 5827d20fd202..61d1fa611a9b 100644
--- a/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild
+++ b/sys-apps/microcode_ctl/microcode_ctl-1.06.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/microcode_ctl/microcode_ctl-1.06.ebuild,v 1.5 2002/10/04 06:27:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild,v 1.6 2002/10/19 04:06:04 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Intel IA32 microcode update utility"
@@ -10,6 +10,7 @@ SLOT="0"
LICENSE="GPL-2"
SRC_URI="http://www.urbanmyth.org/microcode/${P}.tar.gz"
DEPEND="virtual/linux-sources"
+RDEPEND="${DEPEND}"
src_compile() {
make all || die "compile problem"