Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/
Date: Sun, 31 Oct 2021 01:29:33
Message-Id: 1635643727.4efd4cbe4ce902fdf3cb1d5dba76c93d47e9cbbb.sam@gentoo
1 commit: 4efd4cbe4ce902fdf3cb1d5dba76c93d47e9cbbb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 01:25:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 01:28:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efd4cbe
7
8 sys-fs/e2fsprogs: run tests for non-native ABI in new merged -libs ebuild
9
10 Bug: https://bugs.gentoo.org/806875
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild | 10 ++++++++++
14 1 file changed, 10 insertions(+)
15
16 diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
17 index 328bca250b3..6eb62630726 100644
18 --- a/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
19 +++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
20 @@ -129,6 +129,16 @@ multilib_src_compile() {
21 fi
22 }
23
24 +multilib_src_test() {
25 + if multilib_is_native_abi ; then
26 + emake V=1 check
27 + else
28 + # For non-native, there's no binaries to test. Just libraries.
29 + emake -C lib/et V=1 check
30 + emake -C lib/ss V=1 check
31 + fi
32 +}
33 +
34 multilib_src_install() {
35 if ! multilib_is_native_abi || ! use tools ; then
36 emake -C lib/et V=1 DESTDIR="${D}" install