commit:     8e995bcf32d50c7eae950eb42d84e37d31b0d76b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 01:46:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 01:57:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e995bcf

bash-completion-r1.eclass: mark get_bashcompdir, get_bashhelpersdir as 
@INCLUDES_EPREFIX

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/bash-completion-r1.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/bash-completion-r1.eclass b/eclass/bash-completion-r1.eclass
index df1a2a54d39a..9e50b917025f 100644
--- a/eclass/bash-completion-r1.eclass
+++ b/eclass/bash-completion-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: bash-completion-r1.eclass
@@ -75,6 +75,7 @@ _bash-completion-r1_get_bashhelpersdir() {
 }
 
 # @FUNCTION: get_bashcompdir
+# @INCLUDES_EPREFIX
 # @DESCRIPTION:
 # Get the bash-completion completions directory.
 get_bashcompdir() {
@@ -84,6 +85,7 @@ get_bashcompdir() {
 }
 
 # @FUNCTION: get_bashhelpersdir
+# @INCLUDES_EPREFIX
 # @INTERNAL
 # @DESCRIPTION:
 # Get the bash-completion helpers directory.

Reply via email to