diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-28 15:50:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-28 15:50:50 +0000 |
commit | a016da5bfbfd5fd5790e5b9f252f59196bdd4608 (patch) | |
tree | 41087fd871ffd0e4ff9db1d4b7bc1ddee7185ee0 /sys-apps/dcron | |
parent | New version on cpan; first update in a year (diff) | |
download | historical-a016da5bfbfd5fd5790e5b9f252f59196bdd4608.tar.gz historical-a016da5bfbfd5fd5790e5b9f252f59196bdd4608.tar.bz2 historical-a016da5bfbfd5fd5790e5b9f252f59196bdd4608.zip |
use tc-getCC
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.9-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dcron/dcron-2.9-r2.ebuild b/sys-apps/dcron/dcron-2.9-r2.ebuild index 95875c5af8b4..cc943f719ace 100644 --- a/sys-apps/dcron/dcron-2.9-r2.ebuild +++ b/sys-apps/dcron/dcron-2.9-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.17 2004/10/05 12:59:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.18 2004/10/28 15:47:44 vapier Exp $ -inherit eutils +inherit eutils toolchain-funcs MY_PV=29 DESCRIPTION="A cute little cron from Matt Dillon" @@ -33,7 +33,7 @@ src_unpack() { sed -i 's:VISUAL:EDITOR:g' crontab.{c,1} # remove gcc hardcode - sed -i "s:\(CC = \)gcc:\1${CC:-gcc}:" Makefile + sed -i "s:\(CC = \)gcc:\1$(tc-getCC):" Makefile } src_compile() { |