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 F061E138335 for ; Thu, 5 Dec 2019 23:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA9E9E0940; Thu, 5 Dec 2019 23:21:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 92FA6E0940 for ; Thu, 5 Dec 2019 23:21:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C6BDD34D824 for ; Thu, 5 Dec 2019 23:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE527906 for ; Thu, 5 Dec 2019 23:21:02 +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: <1575588037.8f1965983229f97ff29145b34c83ee274da81a8a.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.3.0_rc6.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8f1965983229f97ff29145b34c83ee274da81a8a X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:21:02 +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: ea5c8b9c-f7cd-46d5-8bcf-d2afba709179 X-Archives-Hash: 5786472f15e95c8c468abe13ac6e5e79 commit: 8f1965983229f97ff29145b34c83ee274da81a8a Author: Matt Turner gentoo org> AuthorDate: Thu Dec 5 23:06:56 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 5 23:20:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f196598 media-libs/mesa: Drop old blocker Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-19.3.0_rc6.ebuild | 1 - media-libs/mesa/mesa-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/mesa/mesa-19.3.0_rc6.ebuild b/media-libs/mesa/mesa-19.3.0_rc6.ebuild index d8de3e17e49..9c11f067fd5 100644 --- a/media-libs/mesa/mesa-19.3.0_rc6.ebuild +++ b/media-libs/mesa/mesa-19.3.0_rc6.ebuild @@ -104,7 +104,6 @@ RDEPEND=" ) vaapi? ( >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] - video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 8f593918a1a..89ebb55245d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -104,7 +104,6 @@ RDEPEND=" ) vaapi? ( >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] - video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )