diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-21 17:43:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-21 17:43:55 +0000 |
commit | 86929898a8d7572b8cef7b98730524b47060f7ba (patch) | |
tree | e61c7bf199a36c8503a01780c5d6825fc048905c /app-emacs/pymacs | |
parent | Bump to 2.12 and 3.0.2 for #208398 (diff) | |
download | gentoo-2-86929898a8d7572b8cef7b98730524b47060f7ba.tar.gz gentoo-2-86929898a8d7572b8cef7b98730524b47060f7ba.tar.bz2 gentoo-2-86929898a8d7572b8cef7b98730524b47060f7ba.zip |
Set VARTEXFONTS, bug 223077.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.23.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index 2c67c064618c..ab277fc1e8ab 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.30 2008/03/23 18:06:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.31 2008/05/21 17:43:55 ulm Exp $ + + 21 May 2008; Ulrich Mueller <ulm@gentoo.org> pymacs-0.23.ebuild: + Set VARTEXFONTS, bug 223077. 23 Mar 2008; Raúl Porcel <armin76@gentoo.org> pymacs-0.23.ebuild: ia64 stable wrt #214246 diff --git a/app-emacs/pymacs/pymacs-0.23.ebuild b/app-emacs/pymacs/pymacs-0.23.ebuild index f85bbb315849..c493860c7e3c 100644 --- a/app-emacs/pymacs/pymacs-0.23.ebuild +++ b/app-emacs/pymacs/pymacs-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.4 2008/03/23 18:06:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.5 2008/05/21 17:43:55 ulm Exp $ inherit distutils elisp @@ -25,7 +25,8 @@ src_compile() { emake || die "emake failed" elisp-compile pymacs.el || die "elisp-compile failed" if use doc; then - emake pymacs.pdf || die "emake pymacs.pdf failed" + VARTEXFONTS="${T}"/fonts \ + emake pymacs.pdf || die "emake pymacs.pdf failed" fi } |