summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-09-11 12:24:17 +0000
committerUlrich Müller <ulm@gentoo.org>2010-09-11 12:24:17 +0000
commit42bc5e72c6817a7c9caa609d4278d4dcd4809481 (patch)
tree54364b57ed170caa32cd6cce322f93923d0d6eb3 /dev-lang/gforth/gforth-0.7.0.ebuild
parentRevbump, fixing bug #296221. (diff)
downloadhistorical-42bc5e72c6817a7c9caa609d4278d4dcd4809481.tar.gz
historical-42bc5e72c6817a7c9caa609d4278d4dcd4809481.tar.bz2
historical-42bc5e72c6817a7c9caa609d4278d4dcd4809481.zip
With USE=-emacs, don't byte-compile emacs lisp files. Fixes bug 336708.
Package-Manager: portage-2.2_rc71/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/gforth/gforth-0.7.0.ebuild')
-rw-r--r--dev-lang/gforth/gforth-0.7.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild
index 635661f70197..df5a14287a2d 100644
--- a/dev-lang/gforth/gforth-0.7.0.ebuild
+++ b/dev-lang/gforth/gforth-0.7.0.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/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.7 2010/01/02 18:37:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.8 2010/09/11 12:24:17 ulm Exp $
inherit elisp-common eutils toolchain-funcs flag-o-matic
@@ -22,6 +22,8 @@ SITEFILE=50${PN}-gentoo.el
src_unpack() {
unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-make-elc.patch"
}
src_compile() {