Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/edb/files: edb-1.31-skram-path.patch
Date: Thu, 09 Sep 2010 11:44:36
Message-Id: 20100909114430.4AE5F20054@flycatcher.gentoo.org
1 ulm 10/09/09 11:44:30
2
3 Added: edb-1.31-skram-path.patch
4 Log:
5 Fix test failure caused by wrong load-path, bug 319385.
6
7 (Portage version: 2.2_rc71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-emacs/edb/files/edb-1.31-skram-path.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/files/edb-1.31-skram-path.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/edb/files/edb-1.31-skram-path.patch?rev=1.1&content-type=text/plain
14
15 Index: edb-1.31-skram-path.patch
16 ===================================================================
17 --- edb-1.31-orig/skram/GNUmakefile.in
18 +++ edb-1.31/skram/GNUmakefile.in
19 @@ -48,7 +48,7 @@
20 #
21 # Until that change is distributed, here is a workaround:
22 wily-emacs = $(ebatch) \
23 - --eval '(add-to-list (quote load-path) (expand-file-name "$(topdir)"))' \
24 + --eval '(add-to-list (quote load-path) (expand-file-name "$(topdir)/lisp"))' \
25 --eval '(require (quote database))'
26
27 sk2: skram.data