commit: 0475536f15b0c61fc70967df7563598f5037f9d3
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 22:52:26 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 23:13:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0475536f
eclass/chromium-2: fixup documentation
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
eclass/chromium-2.eclass | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass
index b3d63f302d0..d8225f983e2 100644
--- a/eclass/chromium-2.eclass
+++ b/eclass/chromium-2.eclass
@@ -43,6 +43,11 @@ chromium_suid_sandbox_check_kernel_config() {
# @DESCRIPTION:
# List of language packs available for this package.
+# @FUNCTION: _chromium_set_l10n_IUSE
+# @INTERNAL
+# @DESCRIPTION:
+# Please document me
+
_chromium_set_l10n_IUSE() {
[[ ${EAPI:-0} == 0 ]] && die "EAPI=${EAPI} is not supported"
@@ -100,6 +105,10 @@ chromium_remove_language_paks() {
done
}
+# @FUNCTION: chromium_pkg_die
+# @DESCRIPTION:
+# Various reasons to die
+
chromium_pkg_die() {
if [[ "${EBUILD_PHASE}" != "compile" ]]; then
return