diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-10-24 17:24:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-10-24 17:24:16 +0000 |
commit | b1318045b35567ba4eaad0ef378cb3fc8508b9d3 (patch) | |
tree | 992fcdd55696002c4cc8d8a98ed06e85274e183d /app-editors/emact | |
parent | Version bump, bug #243264 (diff) | |
download | gentoo-2-b1318045b35567ba4eaad0ef378cb3fc8508b9d3.tar.gz gentoo-2-b1318045b35567ba4eaad0ef378cb3fc8508b9d3.tar.bz2 gentoo-2-b1318045b35567ba4eaad0ef378cb3fc8508b9d3.zip |
Inherit toolchain-funcs and export CC variable, bug 243560.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-editors/emact')
-rw-r--r-- | app-editors/emact/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emact/emact-2.53.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/emact/ChangeLog b/app-editors/emact/ChangeLog index dc21510b92f3..4b35a7af8523 100644 --- a/app-editors/emact/ChangeLog +++ b/app-editors/emact/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emact # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.13 2008/09/11 23:08:40 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.14 2008/10/24 17:24:16 ulm Exp $ + + 24 Oct 2008; Ulrich Mueller <ulm@gentoo.org> emact-2.53.0.ebuild: + Inherit toolchain-funcs and export CC variable, bug 243560. 11 Sep 2008; Christian Faulhammer <opfer@gentoo.org> -emact-2.52.0.ebuild: clean up diff --git a/app-editors/emact/emact-2.53.0.ebuild b/app-editors/emact/emact-2.53.0.ebuild index 5960a45cd5c3..4227de802245 100644 --- a/app-editors/emact/emact-2.53.0.ebuild +++ b/app-editors/emact/emact-2.53.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v 1.2 2008/08/29 22:12:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v 1.3 2008/10/24 17:24:16 ulm Exp $ + +inherit toolchain-funcs DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" HOMEPAGE="http://www.eligis.com/emacs/" @@ -21,6 +23,7 @@ DEPEND="sys-libs/ncurses RDEPEND="${DEPEND}" src_compile() { + tc-export CC econf $(use_with X x) || die "econf failed" emake || die "emake failed" } |