Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 30 Sep 2022 03:49:14
Message-Id: 1664509678.88eb91b9b2e706a464a0d0ebe53dfbb2c504f2b8.sam@gentoo
1 commit: 88eb91b9b2e706a464a0d0ebe53dfbb2c504f2b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 03:16:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 03:47:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88eb91b9
7
8 net-fs/samba: use canonical phase ordering
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-fs/samba/samba-4.16.5.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/net-fs/samba/samba-4.16.5.ebuild b/net-fs/samba/samba-4.16.5.ebuild
16 index 6dc422deafb4..5682cc16258b 100644
17 --- a/net-fs/samba/samba-4.16.5.ebuild
18 +++ b/net-fs/samba/samba-4.16.5.ebuild
19 @@ -265,6 +265,12 @@ multilib_src_compile() {
20 waf-utils_src_compile
21 }
22
23 +multilib_src_test() {
24 + if multilib_is_native_abi ; then
25 + "${WAF_BINARY}" test || die "test failed"
26 + fi
27 +}
28 +
29 multilib_src_install() {
30 waf-utils_src_install
31
32 @@ -327,12 +333,6 @@ multilib_src_install() {
33 keepdir /var/log/samba
34 }
35
36 -multilib_src_test() {
37 - if multilib_is_native_abi ; then
38 - "${WAF_BINARY}" test || die "test failed"
39 - fi
40 -}
41 -
42 pkg_postinst() {
43 tmpfiles_process samba.conf
44 }