commit:     6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 09:37:36 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May  7 09:37:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=6a12ae6d

Cleanup list of obsolete eclasses.

* keyword-generation.sh (OBSOLETE): Cleanup.

 ChangeLog             | 4 ++++
 keyword-generation.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bb41fee..31508c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-07  Ulrich Müller  <[email protected]>
+
+       * keyword-generation.sh (OBSOLETE): Cleanup.
+
 2015-12-20  Ulrich Müller  <[email protected]>
 
        * Version 1.29 released.

diff --git a/keyword-generation.sh b/keyword-generation.sh
index 336e92d..9465379 100755
--- a/keyword-generation.sh
+++ b/keyword-generation.sh
@@ -13,7 +13,7 @@ TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)"
 ECLASSES=( $(portageq available_eclasses / ${REPO} | LC_ALL=C sort) )
 ECLASSFILES=( $(portageq eclass_path / ${REPO} "${ECLASSES[@]}") )
 # Obsolete eclasses
-OBSOLETE="bash-completion leechcraft x-modular"
+OBSOLETE="leechcraft x-modular"
 
 # Arrays should have equal size
 [[ ${#ECLASSES[@]} -eq ${#ECLASSFILES[@]} ]] || exit 1

Reply via email to