diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-23 02:35:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-23 02:35:06 +0000 |
commit | 55eeba19a2e6aaff60c32d27c5905939763534e3 (patch) | |
tree | 7e3e56c78b019df2f5992f1a4f91eefbee71245f /app-admin/whowatch | |
parent | Respect CFLAGS, LDFLAGS and CC. (diff) | |
download | gentoo-2-55eeba19a2e6aaff60c32d27c5905939763534e3.tar.gz gentoo-2-55eeba19a2e6aaff60c32d27c5905939763534e3.tar.bz2 gentoo-2-55eeba19a2e6aaff60c32d27c5905939763534e3.zip |
Respect CC.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-admin/whowatch/ChangeLog b/app-admin/whowatch/ChangeLog index e93147be10cd..01e3c83edda4 100644 --- a/app-admin/whowatch/ChangeLog +++ b/app-admin/whowatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/whowatch -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/ChangeLog,v 1.19 2007/11/04 10:04:17 phreak Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/ChangeLog,v 1.20 2008/10/23 02:35:06 flameeyes Exp $ + + 23 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + whowatch-1.5.2-r1.ebuild: + Respect CC. 04 Nov 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Assigning to maintainer-needed. diff --git a/app-admin/whowatch/whowatch-1.5.2-r1.ebuild b/app-admin/whowatch/whowatch-1.5.2-r1.ebuild index c5cdacfe895b..e0299c584c33 100644 --- a/app-admin/whowatch/whowatch-1.5.2-r1.ebuild +++ b/app-admin/whowatch/whowatch-1.5.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2-r1.ebuild,v 1.6 2007/05/29 14:35:24 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2-r1.ebuild,v 1.7 2008/10/23 02:35:06 flameeyes Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time" HOMEPAGE="http://wizard.ae.krakow.pl/~mike/" @@ -23,6 +23,8 @@ src_unpack() { } src_compile() { + tc-export CC + econf || die "econf failed" make || die } |