mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-process/iotop-c: add linux kernel config checks
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit fcaps
|
||||
inherit fcaps linux-info
|
||||
|
||||
DESCRIPTION="top utility for IO (C port)"
|
||||
HOMEPAGE="https://github.com/Tomas-M/iotop"
|
||||
SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/iotop-${PV}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -18,7 +20,7 @@ RDEPEND="sys-libs/ncurses:=
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/iotop-${PV}"
|
||||
CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
|
||||
|
||||
FILECAPS=(
|
||||
cap_net_admin=eip usr/bin/iotop
|
||||
|
||||
Reference in New Issue
Block a user