Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/
Date: Thu, 09 Sep 2021 04:22:37
Message-Id: 1631161301.bd240d39e5cc12947bacf97572e4be373dee09e5.sam@gentoo
1 commit: bd240d39e5cc12947bacf97572e4be373dee09e5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 04:21:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 04:21:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd240d39
7
8 app-misc/tmux-mem-cpu-load: Keyword 3.4.0 arm64, #806836
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
16 index f54b4e254c5..e8fb406d2e5 100644
17 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
18 +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
26 EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
27 SRC_URI=""
28 else
29 - KEYWORDS="amd64 x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 fi