commit: 1ef235929b6571f88be96b8f01a240e931349928
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 01:00:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:02:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef23592
office-ext-r1.eclass: mark OFFICE_EXTENSIONS, OFFICE_REQ_USE as @PRE_INHERIT
Controls IUSE and *DEPEND in global scope.
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/office-ext-r1.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass
index a1649ac8d6a..a81eea4b610 100644
--- a/eclass/office-ext-r1.eclass
+++ b/eclass/office-ext-r1.eclass
@@ -20,6 +20,7 @@ esac
EXPORT_FUNCTIONS src_unpack src_install
# @ECLASS-VARIABLE: OFFICE_REQ_USE
+# @PRE_INHERIT
# @DESCRIPTION:
# Useflags required on office implementation for the extension.
#
@@ -45,6 +46,7 @@ fi
[[ -z ${OFFICE_IMPLEMENTATIONS} ]] && OFFICE_IMPLEMENTATIONS=( "libreoffice" )
# @ECLASS-VARIABLE: OFFICE_EXTENSIONS
+# @PRE_INHERIT
# @REQUIRED
# @DESCRIPTION:
# Array containing list of extensions to install.