diff options
author | Ultrabug <ultrabug@gentoo.org> | 2019-12-31 13:00:12 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2019-12-31 13:00:12 +0100 |
commit | e337a0d0d89962e219827a8593160835a06e42d4 (patch) | |
tree | 67ecb1754337360b7ed94f41bfa339e454a37f8d /dev-db/scylla/scylla-3.1.2.ebuild | |
parent | dev-db/scylla: 3.2 fix scripts path (diff) | |
download | ultrabug-e337a0d0d89962e219827a8593160835a06e42d4.tar.gz ultrabug-e337a0d0d89962e219827a8593160835a06e42d4.tar.bz2 ultrabug-e337a0d0d89962e219827a8593160835a06e42d4.zip |
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 <ultrabug@gentoo.org>
Diffstat (limited to 'dev-db/scylla/scylla-3.1.2.ebuild')
-rw-r--r-- | dev-db/scylla/scylla-3.1.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |