diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-24 05:49:53 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-24 05:49:53 +0000 |
commit | 562a459ae9af2afd2a7508664a1ab095cfb2b298 (patch) | |
tree | d5aef3247001ffc2561d4abae34d6f0a6611a419 /sys-auth | |
parent | app-arch/libarchive: Bump to 3.7.6 (diff) | |
download | gentoo-562a459ae9af2afd2a7508664a1ab095cfb2b298.tar.gz gentoo-562a459ae9af2afd2a7508664a1ab095cfb2b298.tar.bz2 gentoo-562a459ae9af2afd2a7508664a1ab095cfb2b298.zip |
sys-auth/pam_u2f: Stabilize 1.3.0 x86, #940003
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_u2f/pam_u2f-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_u2f/pam_u2f-1.3.0.ebuild b/sys-auth/pam_u2f/pam_u2f-1.3.0.ebuild index c63693e01365..9711b249e9c2 100644 --- a/sys-auth/pam_u2f/pam_u2f-1.3.0.ebuild +++ b/sys-auth/pam_u2f/pam_u2f-1.3.0.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 ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug" DEPEND=" |