media-video/xine-ui: Fix sandbox violation
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 3 Oct 2018 18:03:56 +0000 (20:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 3 Oct 2018 18:05:33 +0000 (20:05 +0200)
Closes: https://bugs.gentoo.org/654394
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

media-video/xine-ui/xine-ui-0.99.10.ebuild

index 66fffbd153c0b1e76fce1d1ac133d4faacb1de4d..ad38f935acec3dd1a8ff047f62f6b2518ac368a3 100644 (file)
@@ -76,6 +76,9 @@ src_configure() {
 }
 
 src_install() {
+       # xine-list apparently may cause sandbox violation, bug 654394
+       addpredict /dev/dri
+
        emake \
                DESTDIR="${D}" \
                docdir="/usr/share/doc/${PF}" \