diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-23 01:01:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-23 01:01:42 +0000 |
commit | 8ee45bb8667cd256bed34b654717323651d245c8 (patch) | |
tree | e27f3ca2ad9d4b864e2c7d0ba1559afb5352fdec | |
parent | Restricted tests for now, bug 305077 (diff) | |
download | gentoo-2-8ee45bb8667cd256bed34b654717323651d245c8.tar.gz gentoo-2-8ee45bb8667cd256bed34b654717323651d245c8.tar.bz2 gentoo-2-8ee45bb8667cd256bed34b654717323651d245c8.zip |
Respect CC (and actually use toolchain-funcs).
(Portage version: 2.2_rc63/cvs/Linux i686)
-rw-r--r-- | sys-auth/skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r7.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <jer@gentoo.org> skey-1.1.5-r7.ebuild: + Respect CC (and actually use toolchain-funcs). 11 Jan 2010; Raúl Porcel <armin76@gentoo.org> 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 } |