Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/
Date: Thu, 04 Jun 2020 14:06:34
Message-Id: 1591279522.f58393382fb22ccffc4dae1832cce6703b127b18.mgorny@gentoo
1 commit: f58393382fb22ccffc4dae1832cce6703b127b18
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu Jun 4 03:45:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 14:05:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5839338
7
8 net-misc/endlessh: arm keyworded (bug #723004)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-misc/endlessh/endlessh-1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/endlessh/endlessh-1.1.ebuild b/net-misc/endlessh/endlessh-1.1.ebuild
18 index 076f1f1161c..89e86696bb7 100644
19 --- a/net-misc/endlessh/endlessh-1.1.ebuild
20 +++ b/net-misc/endlessh/endlessh-1.1.ebuild
21 @@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then
22 EGIT_REPO_URI="https://github.com/skeeto/${PN}.git"
23 else
24 SRC_URI="https://github.com/skeeto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 ~arm64 ppc64 x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
27 fi
28
29 LICENSE="Unlicense"