mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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
|
EAPI=7
|
||||||
|
|
||||||
inherit fcaps
|
inherit fcaps linux-info
|
||||||
|
|
||||||
DESCRIPTION="top utility for IO (C port)"
|
DESCRIPTION="top utility for IO (C port)"
|
||||||
HOMEPAGE="https://github.com/Tomas-M/iotop"
|
HOMEPAGE="https://github.com/Tomas-M/iotop"
|
||||||
SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/iotop-${PV}"
|
||||||
|
|
||||||
LICENSE="GPL-2+"
|
LICENSE="GPL-2+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
@@ -18,7 +20,7 @@ RDEPEND="sys-libs/ncurses:=
|
|||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="virtual/pkgconfig"
|
BDEPEND="virtual/pkgconfig"
|
||||||
|
|
||||||
S="${WORKDIR}/iotop-${PV}"
|
CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS"
|
||||||
|
|
||||||
FILECAPS=(
|
FILECAPS=(
|
||||||
cap_net_admin=eip usr/bin/iotop
|
cap_net_admin=eip usr/bin/iotop
|
||||||
|
|||||||
Reference in New Issue
Block a user