diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:45:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:45:31 +0000 |
commit | 1b8061277e746bd6510268238cda927017ef3da6 (patch) | |
tree | 3c07ae0cccf50f62d9720d0e7df6effe121ca1a1 /sys-apps/irqbalance | |
parent | stable on alpha, ia64, x86 (diff) | |
download | gentoo-2-1b8061277e746bd6510268238cda927017ef3da6.tar.gz gentoo-2-1b8061277e746bd6510268238cda927017ef3da6.tar.bz2 gentoo-2-1b8061277e746bd6510268238cda927017ef3da6.zip |
glibc -> libc
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.08.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/irqbalance/irqbalance-0.08.ebuild b/sys-apps/irqbalance/irqbalance-0.08.ebuild index d010e86eb3fb..1439bb6811df 100644 --- a/sys-apps/irqbalance/irqbalance-0.08.ebuild +++ b/sys-apps/irqbalance/irqbalance-0.08.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.08.ebuild,v 1.4 2004/06/24 22:12:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.08.ebuild,v 1.5 2004/06/30 02:44:45 vapier Exp $ -S="${WORKDIR}/irqbalance" DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system" HOMEPAGE="http://people.redhat.com/arjanv/irqbalance/" SRC_URI="http://people.redhat.com/arjanv/irqbalance/${P}.tar.gz" @@ -12,7 +11,9 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" + +S="${WORKDIR}/irqbalance" src_compile() { emake || die "emake failed" @@ -24,4 +25,3 @@ src_install() { doman irqbalance.1 dodoc Changelog TODO } - |