summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-03-26 10:23:57 -0400
committerSam James <sam@gentoo.org>2021-03-26 15:17:57 +0000
commit4138dae3de29301c0d47070e4a2a3ebbed85ba38 (patch)
treed2922eed80db8248e34d5dd9da8263a6aaf67c76 /x11-libs
parentx11-libs/libvdpau: use BDEPEND with EAPI 7 (diff)
downloadgentoo-4138dae3de29301c0d47070e4a2a3ebbed85ba38.tar.gz
gentoo-4138dae3de29301c0d47070e4a2a3ebbed85ba38.tar.bz2
gentoo-4138dae3de29301c0d47070e4a2a3ebbed85ba38.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild13
1 files 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 5cc158cf7ab4..e4baae9bb0ea 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 )