summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/skey')
-rw-r--r--sys-auth/skey/ChangeLog5
-rw-r--r--sys-auth/skey/skey-1.1.5-r7.ebuild3
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
}