diff options
Diffstat (limited to 'sys-auth/rtkit/rtkit-0.13.ebuild')
-rw-r--r-- | sys-auth/rtkit/rtkit-0.13.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-auth/rtkit/rtkit-0.13.ebuild b/sys-auth/rtkit/rtkit-0.13.ebuild index c5a7b3105f06..61c97841c750 100644 --- a/sys-auth/rtkit/rtkit-0.13.ebuild +++ b/sys-auth/rtkit/rtkit-0.13.ebuild @@ -23,6 +23,11 @@ DEPEND="acct-group/rtkit systemd? ( sys-apps/systemd )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${PN}-0.13_meson_rtkitctl_dir.patch + "${FILESDIR}"/${PN}-0.13_meson_xxd_optional.patch +) + pkg_pretend() { if use kernel_linux; then CONFIG_CHECK="~!RT_GROUP_SCHED" |