diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-17 22:03:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-17 22:03:04 +0100 |
commit | ce23a5c776626b0bd36d8916212ef67840e346b6 (patch) | |
tree | f884e047c67937822cc207f24b5e2b4d78e212b1 /app-crypt | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.23.0 ppc64, #942676 (diff) | |
download | gentoo-ce23a5c776626b0bd36d8916212ef67840e346b6.tar.gz gentoo-ce23a5c776626b0bd36d8916212ef67840e346b6.tar.bz2 gentoo-ce23a5c776626b0bd36d8916212ef67840e346b6.zip |
app-crypt/swtpm: Stabilize 0.9.0 amd64, #943558
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/swtpm/swtpm-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/swtpm/swtpm-0.9.0.ebuild b/app-crypt/swtpm/swtpm-0.9.0.ebuild index 5a3c20f7204f..33f86c23b463 100644 --- a/app-crypt/swtpm/swtpm-0.9.0.ebuild +++ b/app-crypt/swtpm/swtpm-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE="fuse seccomp test" RESTRICT="!test? ( test )" |