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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87CF21581F2 for ; Wed, 11 Dec 2024 01:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8BEE080E; Wed, 11 Dec 2024 01:54: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEF86E07E1 for ; Wed, 11 Dec 2024 01:53:58 +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 BD2433430D0 for ; Wed, 11 Dec 2024 01:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 273CAEE7 for ; Wed, 11 Dec 2024 01:53:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733881922.9c2c4eb6864954d217e8b207bc76ba757d23d540.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/swtpm/swtpm-0.10.0.ebuild X-VCS-Directories: app-crypt/swtpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c2c4eb6864954d217e8b207bc76ba757d23d540 X-VCS-Branch: master Date: Wed, 11 Dec 2024 01:53:56 +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: 388a86f8-b5a9-49b4-b932-ef1059e5f214 X-Archives-Hash: 39fdbcd9edb2797d296308081206717b commit: 9c2c4eb6864954d217e8b207bc76ba757d23d540 Author: Christopher Byrne gmail com> AuthorDate: Wed Dec 4 00:53:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 11 01:52:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2c4eb6 app-crypt/swtpm: Don't install tests when USE="test" The build system doesn't install the tests otherwise. They were never intended to be installed into the system anyway. Closes: https://bugs.gentoo.org/944925 Signed-off-by: Christopher Byrne gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/swtpm/swtpm-0.10.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/swtpm/swtpm-0.10.0.ebuild b/app-crypt/swtpm/swtpm-0.10.0.ebuild index eeeaaf2f76aa..10f6f19f8ed2 100644 --- a/app-crypt/swtpm/swtpm-0.10.0.ebuild +++ b/app-crypt/swtpm/swtpm-0.10.0.ebuild @@ -67,6 +67,7 @@ src_configure() { src_install() { default + rm -fr "${ED}/usr/libexec/installed-tests/swtpm" fowners -R tss:root /var/lib/swtpm-localca fperms 750 /var/lib/swtpm-localca keepdir /var/lib/swtpm-localca