diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-25 19:27:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-25 19:27:55 +0100 |
commit | 54568586018f725735fbe79ad8cd9c156d9dca31 (patch) | |
tree | aeaa340b088a79c3fd08d6783481308b103df7fd | |
parent | 31b7de6ded763c3e0246d95cb8d47f24a10e40eb (diff) | |
download | gentoo-54568586018f725735fbe79ad8cd9c156d9dca31.tar.gz gentoo-54568586018f725735fbe79ad8cd9c156d9dca31.tar.xz |
bash-completion.eclass: mark as @DEAD
-rw-r--r-- | eclass/bash-completion.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass index 846e8c8e634..1d4977dbb73 100644 --- a/eclass/bash-completion.eclass +++ b/eclass/bash-completion.eclass @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# @DEAD + # DEPRECATED # This eclass has been superseded by bash-completion-r1 eclass. # Please modify your ebuilds to use that one instead. |