commit: 4138dae3de29301c0d47070e4a2a3ebbed85ba38 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Fri Mar 26 14:23:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <fedora.dm0 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> 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 )
