Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Sun, 04 Sep 2022 10:50:57
Message-Id: 1662288647.f6edfa0f7562b30a9d67a2019b9c0b3eae14f33f.ago@gentoo
1 commit: f6edfa0f7562b30a9d67a2019b9c0b3eae14f33f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 10:50:47 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 10:50:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6edfa0f
7
8 sys-process/htop: sparc stable wrt bug #868300
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sys-process/htop/htop-3.2.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/htop/htop-3.2.1-r2.ebuild b/sys-process/htop/htop-3.2.1-r2.ebuild
16 index e2174dfc4166..882df6585471 100644
17 --- a/sys-process/htop/htop-3.2.1-r2.ebuild
18 +++ b/sys-process/htop/htop-3.2.1-r2.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="https://github.com/htop-dev/htop/releases/download/${PV}/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
25 fi
26
27 S="${WORKDIR}/${P/_}"