commit:     02c361a8733fd006d5fcf2f12a2a75e3aae657a8
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 16:12:15 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 19:39:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c361a8

www-apps/jellyfin: fix crash on grsec kernel

Bug: https://bugs.gentoo.org/879881
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/28146
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apps/jellyfin/jellyfin-10.8.7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-apps/jellyfin/jellyfin-10.8.7.ebuild 
b/www-apps/jellyfin/jellyfin-10.8.7.ebuild
index b9f06b4b0e3e..f5f2fd5b546a 100644
--- a/www-apps/jellyfin/jellyfin-10.8.7.ebuild
+++ b/www-apps/jellyfin/jellyfin-10.8.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit pax-utils systemd
 
 DESCRIPTION="Jellyfin puts you in control of managing and streaming your media"
 HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/";
@@ -56,4 +56,5 @@ src_install() {
        newinitd "${FILESDIR}/${PN}.init-r1" "${PN}"
        newconfd "${FILESDIR}"/${PN}.confd "${PN}"
        systemd_dounit "${FILESDIR}/${PN}.service"
+       pax-mark -m "${ED}${INST_DIR}/jellyfin"
 }

Reply via email to