commit:     ff113c24e6def397ddf4f864e038480b94be33b8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 23:28:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 12 23:29:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff113c24

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

This reverts commit 8e995bcf32d50c7eae950eb42d84e37d31b0d76b.

This confuses pkgcheck and eclass-manpages too much.

Bug: https://github.com/pkgcore/pkgcore/issues/404
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

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

Reply via email to