commit: 6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 08:54:22 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 3 15:19:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6d6452
php-ext-source-r3.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/php-ext-source-r3.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
index a782081b72a..556b51ecb0c 100644
--- a/eclass/php-ext-source-r3.eclass
+++ b/eclass/php-ext-source-r3.eclass
@@ -12,8 +12,6 @@
inherit autotools
-EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
-
case ${EAPI:-0} in
6) inherit eapi7-ver ;;
7) ;;
@@ -461,3 +459,5 @@ php-ext-source-r3_addtoinifiles() {
done
done
}
+
+EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test