commit: 9ef3314cacd4ca1f4982e1bac56eabc7436f8457 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 17:15:12 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 17:16:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef3314c
media-libs/mesa: Add missing libselinux dependency Backport to 19.2.8 before stabilization, since there isn't expected to be a 19.2.9. Bug: https://bugs.gentoo.org/703600 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-19.2.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-19.2.8.ebuild b/media-libs/mesa/mesa-19.2.8.ebuild index 9fb49167ff4..1645a4c7ca7 100644 --- a/media-libs/mesa/mesa-19.2.8.ebuild +++ b/media-libs/mesa/mesa-19.2.8.ebuild @@ -109,6 +109,7 @@ RDEPEND=" vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) ) + selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}] >=dev-libs/wayland-protocols-1.8
