diff options
Diffstat (limited to 'sys-apps/time/time-1.7.ebuild')
-rw-r--r-- | sys-apps/time/time-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/time/time-1.7.ebuild b/sys-apps/time/time-1.7.ebuild index 1b295e166a35..7acebac1ca6e 100644 --- a/sys-apps/time/time-1.7.ebuild +++ b/sys-apps/time/time-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7.ebuild,v 1.8 2004/06/24 22:30:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/time/time-1.7.ebuild,v 1.9 2004/07/01 21:41:10 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command that displays info about resources used by a program" @@ -10,7 +10,7 @@ KEYWORDS="x86 amd64" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure --prefix=/usr \ |