From e337a0d0d89962e219827a8593160835a06e42d4 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Tue, 31 Dec 2019 13:00:12 +0100 Subject: dev-db/scylla: fix unable to set SCHED_FIFO scheduling Package-Manager: Portage-2.3.81, Repoman-2.3.20 Manifest-Sign-Key: 34FCB257983BA23A8CEC5EB7EB9E6405C24BFAE5 Signed-off-by: Alexys Jacob --- dev-db/scylla/scylla-3.1.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-db/scylla/scylla-3.1.2.ebuild') diff --git a/dev-db/scylla/scylla-3.1.2.ebuild b/dev-db/scylla/scylla-3.1.2.ebuild index 1977657..ba9ceaf 100644 --- a/dev-db/scylla/scylla-3.1.2.ebuild +++ b/dev-db/scylla/scylla-3.1.2.ebuild @@ -11,7 +11,7 @@ inherit git-r3 PYTHON_COMPAT=( python3_{4,5,6} ) -inherit autotools flag-o-matic linux-info python-r1 toolchain-funcs systemd user +inherit autotools fcaps flag-o-matic linux-info python-r1 toolchain-funcs systemd user DESCRIPTION="NoSQL data store using the seastar framework, compatible with Apache Cassandra" HOMEPAGE="http://scylladb.com/" @@ -86,6 +86,9 @@ ERROR_TRANSPARENT_HUGEPAGE="${PN} recommends support for Transparent Hugepage (T # ERROR_VFIO="${PN} running with DPDK recommends support for Non-Privileged userspace driver framework (VFIO)." DOCS=( LICENSE.AGPL NOTICE.txt ORIGIN README.md README-DPDK.md ) +FILECAPS=( + cap_sys_nice /usr/bin/scylla +) PATCHES=( "${FILESDIR}/fix-fmt-3.5.0-compilation.patch" "${FILESDIR}/3.1-thrift-support.patch" -- cgit v1.2.3-65-gdbad