diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
commit | ae971116ab324ce07dadccb4a20bd91976737c89 (patch) | |
tree | 0ec81b8e78fc0694ad5cc21bd9e1a7c432e67443 /sys-apps/clrngd/clrngd-1.0.3.ebuild | |
parent | Build fix. See bug #55393. (diff) | |
download | historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.gz historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.bz2 historical-ae971116ab324ce07dadccb4a20bd91976737c89.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/clrngd/clrngd-1.0.3.ebuild')
-rw-r--r-- | sys-apps/clrngd/clrngd-1.0.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/clrngd/clrngd-1.0.3.ebuild b/sys-apps/clrngd/clrngd-1.0.3.ebuild index 3a850fef7207..bb9fc56e89b1 100644 --- a/sys-apps/clrngd/clrngd-1.0.3.ebuild +++ b/sys-apps/clrngd/clrngd-1.0.3.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/clrngd/clrngd-1.0.3.ebuild,v 1.2 2004/06/24 22:00:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/clrngd/clrngd-1.0.3.ebuild,v 1.3 2004/06/28 16:01:58 vapier Exp $ DESCRIPTION="Clock randomness gathering daemon" HOMEPAGE="http://echelon.pl/pubs/" SRC_URI="http://echelon.pl/pubs/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc sys-devel/gcc" -RDEPEND="virtual/glibc" -S=${WORKDIR}/${P} + +DEPEND="virtual/libc sys-devel/gcc" +RDEPEND="virtual/libc" src_compile() { econf --bindir=/usr/sbin || die |