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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70736158094 for ; Sat, 20 Aug 2022 13:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96056E0729; Sat, 20 Aug 2022 13:30:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70ECDE0729 for ; Sat, 20 Aug 2022 13:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B65F3410BC for ; Sat, 20 Aug 2022 13:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFEB6569 for ; Sat, 20 Aug 2022 13:29:57 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1661002180.1537505fa7f3949e465addce86b1e77af9075a2a.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rr/rr-5.6.0.ebuild X-VCS-Directories: dev-util/rr/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 1537505fa7f3949e465addce86b1e77af9075a2a X-VCS-Branch: master Date: Sat, 20 Aug 2022 13:29:57 +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: 1208a0b3-f31e-4535-a1cc-497329cd958e X-Archives-Hash: 24444751507fd710c9c949ef544d1f6c commit: 1537505fa7f3949e465addce86b1e77af9075a2a Author: Luca Barbato gentoo org> AuthorDate: Sat Aug 20 13:25:53 2022 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sat Aug 20 13:29:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1537505f dev-util/rr: Mark librrpage as QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/815127 Signed-off-by: Luca Barbato gentoo.org> dev-util/rr/rr-5.6.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/rr/rr-5.6.0.ebuild b/dev-util/rr/rr-5.6.0.ebuild index 71b981ee54e2..411c859c27a3 100644 --- a/dev-util/rr/rr-5.6.0.ebuild +++ b/dev-util/rr/rr-5.6.0.ebuild @@ -33,6 +33,11 @@ DEPEND+=" sys-devel/gdb[xml] )" +QA_FLAGS_IGNORED=" + usr/lib.*/rr/librrpage.so + usr/lib.*/rr/librrpage_32.so +" + RESTRICT="test" # toolchain and kernel version dependent pkg_setup() {