diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 06:54:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 06:54:17 +0100 |
commit | bd3d79f959f7dd23e601effefd520fce7d37b5d7 (patch) | |
tree | a162b2567c96b24b1aa371e427f8adccf2412126 /sys-auth | |
parent | app-emulation/spice: Stabilize 0.15.0 x86, #850235 (diff) | |
download | gentoo-bd3d79f959f7dd23e601effefd520fce7d37b5d7.tar.gz gentoo-bd3d79f959f7dd23e601effefd520fce7d37b5d7.tar.bz2 gentoo-bd3d79f959f7dd23e601effefd520fce7d37b5d7.zip |
sys-auth/ssh-ldap-pubkey: Stabilize 1.4.0 amd64, #850244
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild index 287a064c5b7e..8ba8471aab27 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/jirutka/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |