diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-10-25 20:16:14 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-10-25 20:16:14 +0000 |
commit | 8778349e18478500623fb2a5d54742fb5dfc6ddf (patch) | |
tree | fca46ab6b40aab7743ab603eca7ba3845415486f /app-misc/i810switch/i810switch-0.6.5-r2.ebuild | |
parent | Removed old. (diff) | |
download | gentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.tar.gz gentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.tar.bz2 gentoo-2-8778349e18478500623fb2a5d54742fb5dfc6ddf.zip |
Fix CC for bug #243648, fix unquoted variable and remove old
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-misc/i810switch/i810switch-0.6.5-r2.ebuild')
-rw-r--r-- | app-misc/i810switch/i810switch-0.6.5-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/i810switch/i810switch-0.6.5-r2.ebuild b/app-misc/i810switch/i810switch-0.6.5-r2.ebuild index 359d04a18076..2ad467f637f5 100644 --- a/app-misc/i810switch/i810switch-0.6.5-r2.ebuild +++ b/app-misc/i810switch/i810switch-0.6.5-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5-r2.ebuild,v 1.1 2007/10/13 18:39:18 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/i810switch/i810switch-0.6.5-r2.ebuild,v 1.2 2008/10/25 20:16:14 cedk Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="A utility for switching the LCD and external VGA displays on and off" HOMEPAGE="http://www16.plala.or.jp/mano-a-mano/i810switch.html" @@ -24,7 +24,7 @@ src_unpack() { } src_compile() { - emake || die "emake failed" + emake CC=$(tc-getCC) || die "emake failed" } src_install() { |