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 B0602158041 for ; Thu, 29 Feb 2024 16:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1AE7E2A44; Thu, 29 Feb 2024 16:50:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5B0BE2A44 for ; Thu, 29 Feb 2024 16:50:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A67C4343099 for ; Thu, 29 Feb 2024 16:50:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 068E8118C for ; Thu, 29 Feb 2024 16:50:16 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1709225402.958a2bc9638e4252544c80c9a1ac1fbb8767bf33.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.9.14.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 958a2bc9638e4252544c80c9a1ac1fbb8767bf33 X-VCS-Branch: master Date: Thu, 29 Feb 2024 16:50:16 +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: 3147da44-082a-4ada-a770-91ff63976dd1 X-Archives-Hash: 3be5dfc75917023e2af53b6fa7c7a01e commit: 958a2bc9638e4252544c80c9a1ac1fbb8767bf33 Author: Marek Szuba gentoo org> AuthorDate: Thu Feb 29 16:49:01 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Feb 29 16:50:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958a2bc9 sys-apps/fwupd: update location of one of the test-only files Closes: https://bugs.gentoo.org/925749 Signed-off-by: Marek Szuba gentoo.org> sys-apps/fwupd/fwupd-1.9.14.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.9.14.ebuild b/sys-apps/fwupd/fwupd-1.9.14.ebuild index 800a75b349ba..6553ff479810 100644 --- a/sys-apps/fwupd/fwupd-1.9.14.ebuild +++ b/sys-apps/fwupd/fwupd-1.9.14.ebuild @@ -189,10 +189,11 @@ src_install() { if use test; then # Preventing tests from being installed in the first place is a moving target, # just axe them all afterwards. - rm -rf "${ED}"/etc/fwupd/remotes.d/fwupd-tests.conf \ + rm -rf \ "${ED}"/usr/libexec/installed-tests \ "${ED}"/usr/share/fwupd/device-tests \ "${ED}"/usr/share/fwupd/host-emulate.d/thinkpad-p1-iommu.json.gz \ + "${ED}"/usr/share/fwupd/remotes.d/fwupd-tests.conf \ "${ED}"/usr/share/installed-tests \ || die fi