diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2024-12-03 18:53:08 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-11 01:52:02 +0000 |
commit | 9c2c4eb6864954d217e8b207bc76ba757d23d540 (patch) | |
tree | 16649eb50bbd4b831c654af194c059ff8acf729f /app-crypt | |
parent | dev-debug/lldb: Stabilize 16.0.6-r1 amd64, #946216 (diff) | |
download | gentoo-9c2c4eb6864954d217e8b207bc76ba757d23d540.tar.gz gentoo-9c2c4eb6864954d217e8b207bc76ba757d23d540.tar.bz2 gentoo-9c2c4eb6864954d217e8b207bc76ba757d23d540.zip |
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 <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/swtpm/swtpm-0.10.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |