diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 18:54:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 18:54:34 +0300 |
commit | 6c6bb7a90449a582546f42a6a36c133cea6f31b0 (patch) | |
tree | 9de5f87484aeee2bef108190d905d676437015f9 /sys-auth/yubico-piv-tool | |
parent | dev-python/backports-tarfile: Keyword 1.0.0 s390, #928868 (diff) | |
download | gentoo-6c6bb7a90449a582546f42a6a36c133cea6f31b0.tar.gz gentoo-6c6bb7a90449a582546f42a6a36c133cea6f31b0.tar.bz2 gentoo-6c6bb7a90449a582546f42a6a36c133cea6f31b0.zip |
sys-auth/yubico-piv-tool: Stabilize 2.4.2 amd64, #928886
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth/yubico-piv-tool')
-rw-r--r-- | sys-auth/yubico-piv-tool/yubico-piv-tool-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.4.2.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.4.2.ebuild index 6e1c0cfda2c5..42a6ee70a2dc 100644 --- a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.4.2.ebuild +++ b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/2" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" |