commit: f58393382fb22ccffc4dae1832cce6703b127b18
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Thu Jun 4 03:45:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 14:05:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5839338
net-misc/endlessh: arm keyworded (bug #723004)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/endlessh/endlessh-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/endlessh/endlessh-1.1.ebuild
b/net-misc/endlessh/endlessh-1.1.ebuild
index 076f1f1161c..89e86696bb7 100644
--- a/net-misc/endlessh/endlessh-1.1.ebuild
+++ b/net-misc/endlessh/endlessh-1.1.ebuild
@@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then
EGIT_REPO_URI="https://github.com/skeeto/${PN}.git"
else
SRC_URI="https://github.com/skeeto/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ppc64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
fi
LICENSE="Unlicense"