diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-11 15:09:36 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-11 15:09:36 +0000 |
commit | dd7ff20ab87653f56e6fb63a469a0670bcf397a7 (patch) | |
tree | 22574aea1d4fd334ac8ca1e2b2cb396dd849bffa /app-emacs | |
parent | Automated update. (diff) | |
download | gentoo-2-dd7ff20ab87653f56e6fb63a469a0670bcf397a7.tar.gz gentoo-2-dd7ff20ab87653f56e6fb63a469a0670bcf397a7.tar.bz2 gentoo-2-dd7ff20ab87653f56e6fb63a469a0670bcf397a7.zip |
Invoke Emacs with proper flags, bug 522582.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-1.0-r3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index e126c5f6101b..dc9f5dbbcf7d 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.41 2014/02/27 17:39:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.42 2014/09/11 15:09:36 ulm Exp $ + + 11 Sep 2014; Ulrich Müller <ulm@gentoo.org> imaxima-1.0-r3.ebuild: + Invoke Emacs with proper flags, bug 522582. 27 Feb 2014; Ulrich Müller <ulm@gentoo.org> imaxima-1.0-r3.ebuild: Define ELISP_{PATCHES,REMOVE} for elisp.eclass. diff --git a/app-emacs/imaxima/imaxima-1.0-r3.ebuild b/app-emacs/imaxima/imaxima-1.0-r3.ebuild index 6fa7b5820015..28134336c9c5 100644 --- a/app-emacs/imaxima/imaxima-1.0-r3.ebuild +++ b/app-emacs/imaxima/imaxima-1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.2 2014/02/27 17:39:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.3 2014/09/11 15:09:36 ulm Exp $ EAPI=5 @@ -27,7 +27,9 @@ ELISP_REMOVE="imaxima.info" # remove broken Info file (will be recreated) SITEFILE="50${PN}-gentoo.el" src_configure() { - econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}" + econf \ + --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ + EMACS="${EMACS} ${EMACSFLAGS}" } src_compile() { |