diff options
author | Sam James <sam@gentoo.org> | 2021-06-08 04:02:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-08 04:02:23 +0000 |
commit | 2db6a492580404cb03afabfd4f3ab961ba9a895a (patch) | |
tree | 145854c2f9f6a54c5fbc23ff08ed9583a52b4b6c /sys-auth/ssh-ldap-pubkey | |
parent | dev-python/pytest-describe: Stabilize 1.0.0 x86, #793923 (diff) | |
download | gentoo-2db6a492580404cb03afabfd4f3ab961ba9a895a.tar.gz gentoo-2db6a492580404cb03afabfd4f3ab961ba9a895a.tar.bz2 gentoo-2db6a492580404cb03afabfd4f3ab961ba9a895a.zip |
sys-auth/ssh-ldap-pubkey: Stabilize 1.3.3 x86, #793923
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/ssh-ldap-pubkey')
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.3.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.3.ebuild index c34e4af8ac90..b6cfa97d646c 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.3.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.3.ebuild @@ -15,7 +15,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" |