summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 16:32:44 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 17:34:16 +0100
commit99367034d36d834458300fb17edf317153c3f2e6 (patch)
tree5262616521df946f8eaba2b2d9c4bbce7d803fc7
parentdev-lang/spidermonkey: [QA] Fix MissingTestRestrict (diff)
downloadgentoo-99367034d36d834458300fb17edf317153c3f2e6.tar.gz
gentoo-99367034d36d834458300fb17edf317153c3f2e6.tar.bz2
gentoo-99367034d36d834458300fb17edf317153c3f2e6.zip
dev-libs/klibc: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-libs/klibc/klibc-2.0.4-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/klibc/klibc-2.0.4-r3.ebuild b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
index 15cd0619685d..ceaa4843485e 100644
--- a/dev-libs/klibc/klibc-2.0.4-r3.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Robin H. Johnson <robbat2@gentoo.org>, 12 Nov 2007:
@@ -63,7 +63,8 @@ KS="${WORKDIR}/linux-${OKV}"
# Klibc has no PT_GNU_STACK support, so scanning for execstacks is moot
QA_EXECSTACK="*"
# Do not strip
-RESTRICT="strip"
+RESTRICT="strip
+ !test? ( test )"
kernel_asm_arch() {
a="${1:${ARCH}}"