diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-09-02 10:54:22 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-09-03 17:19:45 +0200 |
commit | 6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6 (patch) | |
tree | 09f8c2822cf9dd53e2d53500bcdd1a9225715dde /eclass/php-ext-source-r3.eclass | |
parent | php-ext-pecl-r3.eclass: Move EXPORT_FUNCTIONS below inherit (diff) | |
download | gentoo-6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6.tar.gz gentoo-6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6.tar.bz2 gentoo-6f6d64526717b7ba36ae78b02ecfb5e8cbfed0a6.zip |
php-ext-source-r3.eclass: Move EXPORT_FUNCTIONS below inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/php-ext-source-r3.eclass')
-rw-r--r-- | eclass/php-ext-source-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |