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:13
Message-Id: 1630682384.8fa29bde8383c39beff6d8f609f744f69df3601d.ulm@gentoo
1 commit: 8fa29bde8383c39beff6d8f609f744f69df3601d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 08:54:03 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 15:19:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa29bde
7
8 php-ext-pecl-r3.eclass: Move EXPORT_FUNCTIONS below inherit
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/php-ext-pecl-r3.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass
16 index f3977b225aa..ccb4bcfc83d 100644
17 --- a/eclass/php-ext-pecl-r3.eclass
18 +++ b/eclass/php-ext-pecl-r3.eclass
19 @@ -16,8 +16,6 @@ case ${EAPI:-0} in
20 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
21 esac
22
23 -EXPORT_FUNCTIONS src_install src_test
24 -
25 if [[ -z ${_PHP_EXT_PECL_R3_ECLASS} ]] ; then
26 _PHP_EXT_PECL_R3_ECLASS=1
27
28 @@ -96,3 +94,5 @@ php-ext-pecl-r3_src_test() {
29 }
30
31 fi
32 +
33 +EXPORT_FUNCTIONS src_install src_test