From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57876138334 for ; Thu, 2 Jan 2020 17:29:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6919EE09AE; Thu, 2 Jan 2020 17:29:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5343BE09AE for ; Thu, 2 Jan 2020 17:29:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B38A34DE7F for ; Thu, 2 Jan 2020 17:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA74037 for ; Thu, 2 Jan 2020 17:29:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1577985362.9ef3314cacd4ca1f4982e1bac56eabc7436f8457.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-19.2.8.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9ef3314cacd4ca1f4982e1bac56eabc7436f8457 X-VCS-Branch: master Date: Thu, 2 Jan 2020 17:29:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d4a68d7-76d1-466f-9571-63328df30043 X-Archives-Hash: eaedc6e09dbe55f9edcdaadf08162038 commit: 9ef3314cacd4ca1f4982e1bac56eabc7436f8457 Author: Matt Turner gentoo org> AuthorDate: Thu Jan 2 17:15:12 2020 +0000 Commit: Matt Turner gentoo 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 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