Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Fri, 06 Apr 2018 11:44:20
Message-Id: 1523015002.7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5.mgorny@gentoo
1 commit: 7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 08:38:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:43:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c94b4b9
7
8 sys-apps/util-linux: Enable tests for multilib
9
10 Enable testing for all multilib ABIs. In non-native ABIs, program tests
11 are simply skipped and libraries are tested correctly.
12
13 sys-apps/util-linux/util-linux-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
17 index eb7548194ff..2bf922e742b 100644
18 --- a/sys-apps/util-linux/util-linux-9999.ebuild
19 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
20 @@ -168,7 +168,7 @@ multilib_src_configure() {
21 }
22
23 multilib_src_test() {
24 - multilib_is_native_abi && emake check TS_OPTS="--parallel=$(makeopts_jobs) --nonroot"
25 + emake check TS_OPTS="--parallel=$(makeopts_jobs) --nonroot"
26 }
27
28 multilib_src_install() {