diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 04:13:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 04:13:48 +0100 |
commit | aa59782395bf58de333a752235d277801261c8bf (patch) | |
tree | 5c5a1e5ec5962360f6bc9d3735ab2651899115ff /sys-auth | |
parent | profiles: last-rite net-misc/omniORB (diff) | |
download | gentoo-aa59782395bf58de333a752235d277801261c8bf.tar.gz gentoo-aa59782395bf58de333a752235d277801261c8bf.tar.bz2 gentoo-aa59782395bf58de333a752235d277801261c8bf.zip |
sys-auth/ssh-ldap-pubkey: destabilize 1.4.0 for ~amd64, ~x86
Accidentally pushed as stable.
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 f47d13393d96..287a064c5b7e 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" |