sys-auth/ssh-ldap-pubkey: destabilize 1.4.0 for ~amd64, ~x86

Accidentally pushed as stable.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-05-22 04:13:46 +01:00
parent 069bf27fe1
commit aa59782395
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 1 additions and 1 deletions

View File

@ -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"