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 0C74F138350 for ; Wed, 11 Mar 2020 18:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3579E0AAF; Wed, 11 Mar 2020 18:42:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BD7C3E0AAF for ; Wed, 11 Mar 2020 18:42:13 +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 5896834F233 for ; Wed, 11 Mar 2020 18:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE3B21A6 for ; Wed, 11 Mar 2020 18:42:08 +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: <1583952102.e6a3b7452f1538182ce0b18d8b044f9bdac64449.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-vdpau-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild X-VCS-Directories: x11-libs/libva-vdpau-driver/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e6a3b7452f1538182ce0b18d8b044f9bdac64449 X-VCS-Branch: master Date: Wed, 11 Mar 2020 18:42:08 +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: 691cd629-c2e8-4502-a017-b7b68c4e6bf1 X-Archives-Hash: 9efa3fed1839010de25471ac3fdb6411 commit: e6a3b7452f1538182ce0b18d8b044f9bdac64449 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 11 18:37:34 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 11 18:41:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a3b745 x11-libs/libva-vdpau-driver: Drop outdated blocker Signed-off-by: Matt Turner gentoo.org> x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild index ddb4845f3a4..fb2ab0369c1 100644 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild +++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild @@ -16,8 +16,7 @@ IUSE="debug opengl" RDEPEND=">=x11-libs/libva-1.2.1-r1:=[X,opengl?,${MULTILIB_USEDEP}] opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) - >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}] - !x11-libs/vdpau-video" + >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig"