commit: e8d2e5a8db7853fcb8b7af294624cec4eed30537 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 17:10:19 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 17:11:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2e5a8
media-libs/mesa: Add missing libselinux dependency Closes: https://bugs.gentoo.org/703600 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index db1fd34bf9a..057ffc683ff 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -108,6 +108,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
