Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/iotop/
Date: Sun, 05 Feb 2017 05:18:37
Message-Id: 1486271905.b9a9d83213a27c50b3aacd003e79fd8d37f111c5.kensington@gentoo
1 commit: b9a9d83213a27c50b3aacd003e79fd8d37f111c5
2 Author: sakaki <sakaki <AT> deciban <DOT> com>
3 AuthorDate: Sat Feb 4 18:59:40 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 05:18:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a9d832
7
8 sys-process/iotop: add ~arm64 keyword (tested on cortex-a53)
9
10 sys-process/iotop/iotop-0.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-process/iotop/iotop-0.6.ebuild b/sys-process/iotop/iotop-0.6.ebuild
14 index 10caed9..a922e46 100644
15 --- a/sys-process/iotop/iotop-0.6.ebuild
16 +++ b/sys-process/iotop/iotop-0.6.ebuild
17 @@ -15,7 +15,7 @@ SRC_URI="http://guichaz.free.fr/iotop/files/${P}.tar.bz2"
18
19 LICENSE="GPL-2"
20 SLOT="0"
21 -KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux"
23 IUSE=""
24
25 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"