From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C8AE138334 for ; Thu, 12 Dec 2019 16:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF93E0843; Thu, 12 Dec 2019 16:46:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2265FE0843 for ; Thu, 12 Dec 2019 16:46:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BA8334D93B for ; Thu, 12 Dec 2019 16:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 413F08A7 for ; Thu, 12 Dec 2019 16:46:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576168456.99367034d36d834458300fb17edf317153c3f2e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/klibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/klibc/klibc-2.0.4-r3.ebuild X-VCS-Directories: dev-libs/klibc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 99367034d36d834458300fb17edf317153c3f2e6 X-VCS-Branch: master Date: Thu, 12 Dec 2019 16:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 600645ed-80ab-4348-ad5e-e669ab7f4205 X-Archives-Hash: 692342cc3fccefdca4f2a9b9bb43fe18 commit: 99367034d36d834458300fb17edf317153c3f2e6 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:32:44 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 16:34:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99367034 dev-libs/klibc: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-libs/klibc/klibc-2.0.4-r3.ebuild | 5 +++-- 1 file 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 15cd0619685..ceaa4843485 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 , 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}}"