commit: 668791a07b74f425103cf8fce1fa5cce15bdcb22 Author: Allen-Kristjan Päll <akpall <AT> fst <DOT> ee> AuthorDate: Sun Dec 22 04:40:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 05:32:26 2025 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=668791a0
completions/emaint: source gentoo-common.sh _parsereposconf is missing without sourcing gentoo-common.sh Bug: https://bugs.gentoo.org/946806 Signed-off-by: Allen-Kristjan Päll <akpall <AT> fst.ee> Signed-off-by: Sam James <sam <AT> gentoo.org> completions/emaint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/completions/emaint b/completions/emaint index 74f1e0a..29edc78 100644 --- a/completions/emaint +++ b/completions/emaint @@ -3,6 +3,8 @@ # Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 or later +source "@helpersdir@/gentoo-common.sh" + # # emaint completion (from sys-apps/portage) #
