Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Sat, 03 Sep 2022 21:28:54
Message-Id: 1662240420.b71e8e7445690472deabc96e0572c9b4f5f2e2bf.sam@gentoo
1 commit: b71e8e7445690472deabc96e0572c9b4f5f2e2bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 21:27:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 21:27:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71e8e74
7
8 sys-process/htop: Stabilize 3.2.1-r2 amd64, #868300
9
10 Signed-off-by: Sam James <sam <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 7d41590b84b1..3097e91dd2fd 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/_}"