From 68aa66b89f2d32b8bff55056ac18befaa1d2a74a Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Tue, 27 Sep 2016 14:13:19 +0100 Subject: net-wireless/rfkill: Do not set toolchain variables in global scope; closes bug #593408 by Michał Górny. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: portage-2.3.1 --- net-wireless/rfkill/rfkill-0.5.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'net-wireless') diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild index 248b23211b50..4453dc7f4e56 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() { -- cgit v1.2.3-65-gdbad