diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-20 21:39:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-20 21:39:15 +0200 |
commit | 986085aa0602a93f55cc8277001c5792efcb691f (patch) | |
tree | 3d466fbfd50f0fca6562fa2ededd342dabdf503a /app-crypt | |
parent | dev-python/pythran: Stabilize 0.12.1 amd64, #894918 (diff) | |
download | gentoo-986085aa0602a93f55cc8277001c5792efcb691f.tar.gz gentoo-986085aa0602a93f55cc8277001c5792efcb691f.tar.bz2 gentoo-986085aa0602a93f55cc8277001c5792efcb691f.zip |
app-crypt/tpm2-abrmd: Stabilize 3.0.0-r1 arm, #894968
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild index 56f9d03e0cbe..33ddd639e337 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |