commit: fee28edca81c8917bfba999056c6243edc8a3390 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 1 16:28:19 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Feb 20 17:24:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee28edc
rocm.eclass: Document _rocm_set_globals as internal function Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/rocm.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/rocm.eclass b/eclass/rocm.eclass index c24666e33e8d..ab5ba75b34ca 100644 --- a/eclass/rocm.eclass +++ b/eclass/rocm.eclass @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: rocm.eclass @@ -142,6 +142,7 @@ inherit flag-o-matic # @CODE # @FUNCTION: _rocm_set_globals +# @INTERNAL # @DESCRIPTION: # Set global variables useful to ebuilds: IUSE, ROCM_REQUIRED_USE, and # ROCM_USEDEP, unless ROCM_SKIP_GLOBALS is set.
