summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-08-23 18:50:34 +0000
committerUlrich Müller <ulm@gentoo.org>2012-08-23 18:50:34 +0000
commit9b44e586393d36946645f822cbbd9bc862f9d34a (patch)
treed0e28edad2c756ce06c46b2b6f7e45d234427c29 /app-emacs/jde
parentAdd USE="pcre uuid zlib" flags to control new deps #432468 by Yuta SATOH. (diff)
downloadgentoo-2-9b44e586393d36946645f822cbbd9bc862f9d34a.tar.gz
gentoo-2-9b44e586393d36946645f822cbbd9bc862f9d34a.tar.bz2
gentoo-2-9b44e586393d36946645f822cbbd9bc862f9d34a.zip
Suppress checking of CEDET version, bug 431108.
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/jde')
-rw-r--r--app-emacs/jde/ChangeLog7
-rw-r--r--app-emacs/jde/files/70jde-gentoo.el1
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/jde/ChangeLog b/app-emacs/jde/ChangeLog
index a4c3cc941a23..d92995e8af70 100644
--- a/app-emacs/jde/ChangeLog
+++ b/app-emacs/jde/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/jde
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.43 2011/12/13 17:29:40 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/ChangeLog,v 1.44 2012/08/23 18:50:34 ulm Exp $
+
+ 23 Aug 2012; Ulrich Müller <ulm@gentoo.org> files/70jde-gentoo.el:
+ Suppress checking of CEDET version, bug 431108.
*jde-2.4.1_pre20110622 (13 Dec 2011)
diff --git a/app-emacs/jde/files/70jde-gentoo.el b/app-emacs/jde/files/70jde-gentoo.el
index bff1c9d5b858..c7fff6a61b4d 100644
--- a/app-emacs/jde/files/70jde-gentoo.el
+++ b/app-emacs/jde/files/70jde-gentoo.el
@@ -7,3 +7,4 @@
(setq jde-checkstyle-style "/usr/share/checkstyle/checks/sun_checks.xml")
(setq jde-html-directory "/usr/share/doc/@PF@/html")
(setq bsh-html-directory "/usr/share/doc/@PF@/html")
+(setq jde-check-version-flag nil)