diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-22 12:17:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-22 12:17:32 +0000 |
commit | 435a5bf8abcb84ee850875d8272f4f1b235e3a67 (patch) | |
tree | 46cf2373f0a843b27807eda6dfb15ab1eabc140d /app-emacs | |
parent | Bumped exo dependency to 0.3.100 (diff) | |
download | gentoo-2-435a5bf8abcb84ee850875d8272f4f1b235e3a67.tar.gz gentoo-2-435a5bf8abcb84ee850875d8272f4f1b235e3a67.tar.bz2 gentoo-2-435a5bf8abcb84ee850875d8272f4f1b235e3a67.zip |
Actually apply the patch that was added with yesterday's commit.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/jde/jde-2.3.5.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/jde/jde-2.3.5.1-r2.ebuild b/app-emacs/jde/jde-2.3.5.1-r2.ebuild index 9c8f10485f89..fb186c02148d 100644 --- a/app-emacs/jde/jde-2.3.5.1-r2.ebuild +++ b/app-emacs/jde/jde-2.3.5.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.5.1-r2.ebuild,v 1.1 2009/03/21 08:16:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.5.1-r2.ebuild,v 1.2 2009/03/22 12:17:32 ulm Exp $ inherit elisp eutils @@ -24,6 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-fix-efc.patch" + epatch "${FILESDIR}/${P}-import.patch" } src_compile() { |