From 6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 2 Sep 2021 10:54:22 +0200 Subject: php-ext-source-r3.eclass: Move EXPORT_FUNCTIONS below inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/php-ext-source-r3.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index a782081b72a7..556b51ecb0cf 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 -- cgit v1.2.3-65-gdbad