summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-06 10:38:03 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-06 13:43:22 +0200
commit7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5 (patch)
tree34e888b0ff1a11e5dbcd8569a1f21633136e837c /sys-apps
parentsys-apps/util-linux: Remove multilib building hacks (diff)
downloadgentoo-7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5.tar.gz
gentoo-7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5.tar.bz2
gentoo-7c94b4b9ddbf4070f0be08def7ce5d2c63cdbce5.zip
sys-apps/util-linux: Enable tests for multilib
Enable testing for all multilib ABIs. In non-native ABIs, program tests are simply skipped and libraries are tested correctly.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
index eb7548194ffa..2bf922e742bc 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -168,7 +168,7 @@ multilib_src_configure() {
}
multilib_src_test() {
- multilib_is_native_abi && emake check TS_OPTS="--parallel=$(makeopts_jobs) --nonroot"
+ emake check TS_OPTS="--parallel=$(makeopts_jobs) --nonroot"
}
multilib_src_install() {