Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/
Date: Thu, 14 May 2020 21:27:03
Message-Id: 1589491539.63824c9ddea3de70dd058840cbc3b30b67da681e.leio@gentoo
1 commit: 63824c9ddea3de70dd058840cbc3b30b67da681e
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu May 14 13:25:55 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 21:25:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63824c9d
7
8 net-misc/endlessh: arm64 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: Mart Raudsepp <leio <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 f79dee7a10e..076f1f1161c 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 ppc64 x86"
26 + KEYWORDS="amd64 ~arm64 ppc64 x86"
27 fi
28
29 LICENSE="Unlicense"