summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-14 16:40:22 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-15 23:02:36 -0400
commit8f7d398099da5d1fc6f9f7757c03e11e26ac154c (patch)
tree818fc7bbd960e8afbec35fd75dbfa657e39e9217 /net-misc/spice-gtk/spice-gtk-9999.ebuild
parentx11-libs/libva-intel-media-driver: Version bump to 22.5.4 (diff)
downloadgentoo-8f7d398099da5d1fc6f9f7757c03e11e26ac154c.tar.gz
gentoo-8f7d398099da5d1fc6f9f7757c03e11e26ac154c.tar.bz2
gentoo-8f7d398099da5d1fc6f9f7757c03e11e26ac154c.zip
media-libs/libva: Rename from x11-libs/libva
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk/spice-gtk-9999.ebuild')
-rw-r--r--net-misc/spice-gtk/spice-gtk-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index 4f9503f25b0d..6c26a62e1c95 100644
--- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
@@ -63,14 +63,14 @@ RDEPEND="
>=net-libs/libsoup-2.49.91:2.4
)
"
-# TODO: spice-gtk has an automagic dependency on x11-libs/libva without a
+# TODO: spice-gtk has an automagic dependency on media-libs/libva without a
# configure knob. The package is relatively lightweight so we just depend
# on it unconditionally for now. It would be cleaner to transform this into
# a USE="vaapi" conditional and patch the buildsystem...
RDEPEND="${RDEPEND}
- amd64? ( x11-libs/libva:= )
- arm64? ( x11-libs/libva:= )
- x86? ( x11-libs/libva:= )
+ amd64? ( media-libs/libva:= )
+ arm64? ( media-libs/libva:= )
+ x86? ( media-libs/libva:= )
"
DEPEND="${RDEPEND}
>=app-emulation/spice-protocol-${SPICE_PROTOCOL_VER}"