Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 12/14] php-ext-source-r3.eclass: Move EXPORT_FUNCTIONS below inherit
Date: Thu, 02 Sep 2021 10:03:16
Message-Id: 20210902095911.25263-12-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/14] apache-module.eclass: Move EXPORT_FUNCTIONS below inherit by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/php-ext-source-r3.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
7 index a782081b72a7..556b51ecb0cf 100644
8 --- a/eclass/php-ext-source-r3.eclass
9 +++ b/eclass/php-ext-source-r3.eclass
10 @@ -12,8 +12,6 @@
11
12 inherit autotools
13
14 -EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
15 -
16 case ${EAPI:-0} in
17 6) inherit eapi7-ver ;;
18 7) ;;
19 @@ -461,3 +459,5 @@ php-ext-source-r3_addtoinifiles() {
20 done
21 done
22 }
23 +
24 +EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
25 --
26 2.33.0