diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-10-17 14:10:58 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-10-17 14:11:11 +0200 |
commit | 3b589bac453cce3c494b9153221e1655984c582f (patch) | |
tree | 6e5e7c566360f0481cc3b16ec5c4c2ab259f2979 /sys-auth/ssh-ldap-pubkey | |
parent | dev-python/pytest-mock-1.6.0-r0: add ~alpha keyword (diff) | |
download | gentoo-3b589bac453cce3c494b9153221e1655984c582f.tar.gz gentoo-3b589bac453cce3c494b9153221e1655984c582f.tar.bz2 gentoo-3b589bac453cce3c494b9153221e1655984c582f.zip |
sys-auth/ssh-ldap-pubkey-1.3.0-r0: add ~alpha keyword
Bug: http://bugs.gentoo.org/662814
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'sys-auth/ssh-ldap-pubkey')
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0.ebuild index 6381fe6c4296..1c422cf550fa 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0.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="~amd64 ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" fi LICENSE="MIT" |