Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Sun, 14 Oct 2018 09:14:30
Message-Id: 1539508451.fd0c891549b62e7b4b8622bb59938886544f5071.slyfox@gentoo
1 commit: fd0c891549b62e7b4b8622bb59938886544f5071
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 09:12:18 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 09:14:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0c8915
7
8 sys-process/htop: stable 2.2.0 for ppc64, bug #667928
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc64"
13
14 sys-process/htop/htop-2.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild
18 index 7975612fbef..245169f8eae 100644
19 --- a/sys-process/htop/htop-2.2.0.ebuild
20 +++ b/sys-process/htop/htop-2.2.0.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz"
22
23 LICENSE="BSD GPL-2"
24 SLOT="0"
25 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
26 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
27 IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
28
29 RDEPEND="sys-libs/ncurses:0=[unicode?]"