diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 04:06:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 04:06:04 +0000 |
commit | ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0 (patch) | |
tree | aa605f04a4cb7cde6cda3bcf3456b9bbd4f6412f /sys-apps/microcode_ctl | |
parent | symlink fixes (diff) | |
download | historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.gz historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.bz2 historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/microcode_ctl')
-rw-r--r-- | sys-apps/microcode_ctl/microcode_ctl-1.06.ebuild | 3 |
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" |