From 8ee45bb8667cd256bed34b654717323651d245c8 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 23 Feb 2010 01:01:42 +0000 Subject: Respect CC (and actually use toolchain-funcs). (Portage version: 2.2_rc63/cvs/Linux i686) --- sys-auth/skey/ChangeLog | 5 ++++- sys-auth/skey/skey-1.1.5-r7.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sys-auth/skey') diff --git a/sys-auth/skey/ChangeLog b/sys-auth/skey/ChangeLog index f78b146a166d..8abe282b035f 100644 --- a/sys-auth/skey/ChangeLog +++ b/sys-auth/skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/skey # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.12 2010/01/11 18:00:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.13 2010/02/23 01:01:42 jer Exp $ + + 23 Feb 2010; Jeroen Roovers skey-1.1.5-r7.ebuild: + Respect CC (and actually use toolchain-funcs). 11 Jan 2010; Raúl Porcel skey-1.1.5-r7.ebuild: Remove functions from ccc.eclass as its going to be removed diff --git a/sys-auth/skey/skey-1.1.5-r7.ebuild b/sys-auth/skey/skey-1.1.5-r7.ebuild index 5bdd548ecac1..a16f8cc65957 100644 --- a/sys-auth/skey/skey-1.1.5-r7.ebuild +++ b/sys-auth/skey/skey-1.1.5-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.12 2010/01/12 17:50:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.13 2010/02/23 01:01:42 jer Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -67,6 +67,7 @@ src_unpack() { } src_compile() { + tc-export CC econf --sysconfdir=/etc/skey || die emake || die } -- cgit v1.2.3-65-gdbad