Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:31
Message-Id: 1617156173.1ef235929b6571f88be96b8f01a240e931349928.sam@gentoo
1 commit: 1ef235929b6571f88be96b8f01a240e931349928
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 01:00:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef23592
7
8 office-ext-r1.eclass: mark OFFICE_EXTENSIONS, OFFICE_REQ_USE as @PRE_INHERIT
9
10 Controls IUSE and *DEPEND in global scope.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/office-ext-r1.eclass | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass
18 index a1649ac8d6a..a81eea4b610 100644
19 --- a/eclass/office-ext-r1.eclass
20 +++ b/eclass/office-ext-r1.eclass
21 @@ -20,6 +20,7 @@ esac
22 EXPORT_FUNCTIONS src_unpack src_install
23
24 # @ECLASS-VARIABLE: OFFICE_REQ_USE
25 +# @PRE_INHERIT
26 # @DESCRIPTION:
27 # Useflags required on office implementation for the extension.
28 #
29 @@ -45,6 +46,7 @@ fi
30 [[ -z ${OFFICE_IMPLEMENTATIONS} ]] && OFFICE_IMPLEMENTATIONS=( "libreoffice" )
31
32 # @ECLASS-VARIABLE: OFFICE_EXTENSIONS
33 +# @PRE_INHERIT
34 # @REQUIRED
35 # @DESCRIPTION:
36 # Array containing list of extensions to install.