From 87b2d4a6c382b0686de1065600db0eb589577699 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Jun 2005 22:41:56 +0000 Subject: fix typo in CC func (Portage version: 2.0.51.22-r1) --- dev-libs/libhash/libhash-1.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/libhash') diff --git a/dev-libs/libhash/libhash-1.0.2.ebuild b/dev-libs/libhash/libhash-1.0.2.ebuild index aadb15e4d9cc..04c292b95387 100644 --- a/dev-libs/libhash/libhash-1.0.2.ebuild +++ b/dev-libs/libhash/libhash-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhash/libhash-1.0.2.ebuild,v 1.3 2005/01/27 03:42:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhash/libhash-1.0.2.ebuild,v 1.4 2005/06/14 22:41:56 vapier Exp $ inherit toolchain-funcs @@ -13,14 +13,14 @@ SLOT="0" KEYWORDS="amd64 arm hppa ia64 ppc x86" IUSE="doc" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${PN} src_compile() { rm -f Makefile $(tc-getCC) ${CFLAGS} -fPIC -shared -o libhash.so hash.c || die ".so failed" - $(tcc-getCC) ${CFLAGS} -c -o libhash.a hash.c || die ".a failed" + $(tc-getCC) ${CFLAGS} -c -o libhash.a hash.c || die ".a failed" } src_install() { -- cgit v1.2.3-65-gdbad