Gentoo Archives: gentoo-commits

From: Zamarin Arthur <arthurzam+gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/
Date: Fri, 23 Apr 2021 16:33:14
Message-Id: 1619195490.e41a04e7f068dddb13053fd7e662af4f0b5bbf0c.arthurzam@gentoo
1 commit: e41a04e7f068dddb13053fd7e662af4f0b5bbf0c
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 23 16:29:21 2021 +0000
4 Commit: Zamarin Arthur <arthurzam+gentoo <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 23 16:31:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e41a04e7
7
8 sys-process/iotop-c: add linux kernel config checks
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11
12 sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
16 index d33361f8b..ad5cd74c1 100644
17 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
18 +++ b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
19 @@ -3,12 +3,14 @@
20
21 EAPI=7
22
23 -inherit fcaps
24 +inherit fcaps linux-info
25
26 DESCRIPTION="top utility for IO (C port)"
27 HOMEPAGE="https://github.com/Tomas-M/iotop"
28 SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 +S="${WORKDIR}/iotop-${PV}"
31 +
32 LICENSE="GPL-2+"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 @@ -18,7 +20,7 @@ RDEPEND="sys-libs/ncurses:=
36 DEPEND="${RDEPEND}"
37 BDEPEND="virtual/pkgconfig"
38
39 -S="${WORKDIR}/iotop-${PV}"
40 +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
41
42 FILECAPS=(
43 cap_net_admin=eip usr/bin/iotop