commit:     1fb4e2c999c50a34e486eac85f7a9a7caf49abd9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 05:19:37 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 05:19:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb4e2c9

x11-libs/libva: Readd dummy IUSE=opengl

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libva/libva-2.14.0.ebuild | 3 ++-
 x11-libs/libva/libva-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libva/libva-2.14.0.ebuild 
b/x11-libs/libva/libva-2.14.0.ebuild
index 2524e763954e..572eb16bd958 100644
--- a/x11-libs/libva/libva-2.14.0.ebuild
+++ b/x11-libs/libva/libva-2.14.0.ebuild
@@ -19,7 +19,8 @@ fi
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1)"
-IUSE="+drm wayland X"
+IUSE="+drm opengl wayland X"
+REQUIRED_USE="opengl? ( X )"
 
 RDEPEND="
        >=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}]

diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild
index 2524e763954e..572eb16bd958 100644
--- a/x11-libs/libva/libva-9999.ebuild
+++ b/x11-libs/libva/libva-9999.ebuild
@@ -19,7 +19,8 @@ fi
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1)"
-IUSE="+drm wayland X"
+IUSE="+drm opengl wayland X"
+REQUIRED_USE="opengl? ( X )"
 
 RDEPEND="
        >=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}]

Reply via email to