commit:     68aa66b89f2d32b8bff55056ac18befaa1d2a74a
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 13:13:19 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 13:13:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68aa66b8

net-wireless/rfkill: Do not set toolchain variables in global scope; closes bug 
#593408 by Michał Górny.

Package-Manager: portage-2.3.1

 net-wireless/rfkill/rfkill-0.5.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild 
b/net-wireless/rfkill/rfkill-0.5.ebuild
index 248b232..4453dc7 100644
--- a/net-wireless/rfkill/rfkill-0.5.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs
 
@@ -18,11 +18,8 @@ IUSE=""
 RDEPEND=""
 DEPEND=""
 
-CC=$(tc-getCC)
-LD=$(tc-getLD)
-
 src_compile() {
-       emake V=1 || die "Failed to compile"
+       emake CC=$(tc-getCC) LD=$(tc-getLD) V=1 || die "Failed to compile"
 }
 
 src_install() {

Reply via email to