commit: 10233b8dfde85710ef174f16bbda52f452ef596d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 1 16:24:13 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 17:23:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10233b8d
font.eclass: Document _update_fontcache as internal function
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/font.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 3d2578172bc9..f0261ad05dd6 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: font.eclass
@@ -216,6 +216,7 @@ font_src_install() {
}
# @FUNCTION: _update_fontcache
+# @INTERNAL
# @DESCRIPTION:
# Updates fontcache if !prefix and media-libs/fontconfig installed
_update_fontcache() {