Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 03 Sep 2021 15:20:11
Message-Id: 1630682376.72468c7c3b277207358aeb21e5f66f47196a5786.ulm@gentoo
1 commit: 72468c7c3b277207358aeb21e5f66f47196a5786
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 08:50:15 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 15:19:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72468c7c
7
8 apache-module.eclass: Move EXPORT_FUNCTIONS below inherit
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/apache-module.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass
16 index 2594445c8b4..60631171ed9 100644
17 --- a/eclass/apache-module.eclass
18 +++ b/eclass/apache-module.eclass
19 @@ -50,8 +50,6 @@ case ${EAPI} in
20 *) die "EAPI=${EAPI:-0} is not supported" ;;
21 esac
22
23 -EXPORT_FUNCTIONS src_compile src_install pkg_postinst
24 -
25 if [[ -z ${_APACHE_MODULE_ECLASS} ]]; then
26 _APACHE_MODULE_ECLASS=1
27
28 @@ -247,3 +245,5 @@ apache-module_pkg_postinst() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS src_compile src_install pkg_postinst