From 2340eccd04727aab274ab458263fc7d63ddbf221 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 26 Mar 2021 10:16:27 -0400 Subject: x11-libs/libvdpau: use BDEPEND with EAPI 7 Closes: https://bugs.gentoo.org/778437 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Sam James --- x11-libs/libvdpau/libvdpau-99999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'x11-libs/libvdpau/libvdpau-99999.ebuild') diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild index ecc84d2648b3..c5bd93bb1cb6 100644 --- a/x11-libs/libvdpau/libvdpau-99999.ebuild +++ b/x11-libs/libvdpau/libvdpau-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,15 +18,16 @@ RDEPEND=" >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} + dri? ( x11-base/xorg-proto ) +" +BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz virtual/latex-base - ) - dri? ( x11-base/xorg-proto ) + ) " src_prepare() { -- cgit v1.2.3-65-gdbad