diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:56:31 +0000 |
commit | a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473 (patch) | |
tree | d948750f055a660fd1f485225ff8a11ac6523310 /sys-apps/irqbalance | |
parent | sync IUSE (missing) (diff) | |
download | historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.gz historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.tar.bz2 historical-a2ec563cd1e2a6b1fca5c21ff9bd6d27280a1473.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 } - |