Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
Date: Thu, 31 Oct 2019 22:48:46
Message-Id: 1572562032.610a14cc4c92ff301e6bd7291e9ece4fef60b8e3.gokturk@gentoo
1 commit: 610a14cc4c92ff301e6bd7291e9ece4fef60b8e3
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 22:47:12 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 22:47:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610a14cc
7
8 sys-process/htop: keyword for riscv
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 RepoMan-Options: --include-arches="riscv"
12 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
13
14 sys-process/htop/htop-2.2.0.ebuild | 2 +-
15 sys-process/htop/htop-3.0.0_beta5.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild
19 index 409f8e533b1..f8475b10ce6 100644
20 --- a/sys-process/htop/htop-2.2.0.ebuild
21 +++ b/sys-process/htop/htop-2.2.0.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz"
23
24 LICENSE="BSD GPL-2"
25 SLOT="0"
26 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
27 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
28 IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
29
30 RDEPEND="sys-libs/ncurses:0=[unicode?]"
31
32 diff --git a/sys-process/htop/htop-3.0.0_beta5.ebuild b/sys-process/htop/htop-3.0.0_beta5.ebuild
33 index 21214c0f29d..70dd81d7671 100644
34 --- a/sys-process/htop/htop-3.0.0_beta5.ebuild
35 +++ b/sys-process/htop/htop-3.0.0_beta5.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2018 Gentoo Authors
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -14,7 +14,7 @@ if [[ "${PV}" = *_beta* ]] ; then
43 S="${WORKDIR}/${P/_}"
44 else
45 SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz"
46 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
47 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
48 fi
49 LICENSE="BSD GPL-2"
50 SLOT="0"