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: Fri, 30 Apr 2021 23:39:44
Message-Id: 1619825919.3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc.sam@gentoo
1 commit: 3b8acd7dbe1e0a8b40513daf4b9f0da0edc1a9bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 23:38:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 23:38:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8acd7d
7
8 sys-process/htop: Stabilize 3.0.5 ppc64, #786696
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-process/htop/htop-3.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/htop/htop-3.0.5.ebuild b/sys-process/htop/htop-3.0.5.ebuild
16 index 53608cea31a..1483e662ed6 100644
17 --- a/sys-process/htop/htop-3.0.5.ebuild
18 +++ b/sys-process/htop/htop-3.0.5.ebuild
19 @@ -10,7 +10,7 @@ inherit autotools linux-info python-any-r1
20 DESCRIPTION="interactive process viewer"
21 HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop"
22 SRC_URI="https://github.com/htop-dev/${PN}/archive/${PV/_}.tar.gz -> ${P}.tar.gz"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
25
26 LICENSE="BSD GPL-2"
27 SLOT="0"