aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--modules/editor.eselect3
-rw-r--r--modules/visual.eselect3
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b567e..7ad476b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-09-25 Ulrich Mueller <ulm@gentoo.org>
+ * modules/editor.eselect (EDITOR_LIST):
+ * modules/visual.eselect (EDITOR_LIST): Remove zile, bug 384451.
+
* configure.ac: Remove --enable-dodgy-modules configure option.
* modules/Makefile.am: Simplify.
diff --git a/modules/editor.eselect b/modules/editor.eselect
index 8395a37..a58194f 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -11,8 +11,7 @@ EDITOR_LIST="/bin/nano
/usr/bin/emacs
/usr/bin/ex
/usr/bin/vi
- /usr/bin/xemacs
- /usr/bin/zile"
+ /usr/bin/xemacs"
inherit editor-variable
diff --git a/modules/visual.eselect b/modules/visual.eselect
index 50c57e1..ac32e7d 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -9,8 +9,7 @@ EDITOR_ENVFILE="/etc/env.d/99editor"
EDITOR_LIST="/bin/nano
/usr/bin/emacs
/usr/bin/vi
- /usr/bin/xemacs
- /usr/bin/zile"
+ /usr/bin/xemacs"
inherit editor-variable