From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 424C213835A for ; Fri, 26 Mar 2021 15:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D801E082B; Fri, 26 Mar 2021 15:18:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 22335E082B for ; Fri, 26 Mar 2021 15:18:09 +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 F0322340E38 for ; Fri, 26 Mar 2021 15:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68C6632 for ; Fri, 26 Mar 2021 15:18:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616771877.4138dae3de29301c0d47070e4a2a3ebbed85ba38.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4138dae3de29301c0d47070e4a2a3ebbed85ba38 X-VCS-Branch: master Date: Fri, 26 Mar 2021 15:18:06 +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: 613796bf-0815-4ac0-b411-6afe09144a4c X-Archives-Hash: 5f502b147b324127b51842f80ed483e6 commit: 4138dae3de29301c0d47070e4a2a3ebbed85ba38 Author: David Michael gmail com> AuthorDate: Fri Mar 26 14:23:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 26 15:17:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4138dae3 x11-libs/libva-vdpau-driver: use BDEPEND with EAPI 7 Closes: https://bugs.gentoo.org/778440 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Sam James gentoo.org> .../libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 5cc158cf7ab..e4baae9bb0e 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,12 +14,13 @@ SLOT="0" KEYWORDS="amd64 arm64 ~riscv x86" IUSE="debug opengl" -RDEPEND=">=x11-libs/libva-1.2.1-r1:=[X,opengl?,${MULTILIB_USEDEP}] +RDEPEND=" + >=x11-libs/libva-1.2.1-r1:=[X,opengl?,${MULTILIB_USEDEP}] + >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}] opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) - >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]" - -DEPEND="${RDEPEND} - virtual/pkgconfig" +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( NEWS README AUTHORS )