diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2023-09-25 20:12:33 -0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-13 04:37:16 +0000 |
commit | 6e180b2f8f787bee676839f2b67e83e3c1d52a9b (patch) | |
tree | 076e7899c58e2ab4ac38a7cfd9bbf33154171481 /media-video/vlc | |
parent | dev-libs/blake3: Keyword 1.5.0 sparc, #917271 (diff) | |
download | gentoo-6e180b2f8f787bee676839f2b67e83e3c1d52a9b.tar.gz gentoo-6e180b2f8f787bee676839f2b67e83e3c1d52a9b.tar.bz2 gentoo-6e180b2f8f787bee676839f2b67e83e3c1d52a9b.zip |
media-video/vlc: make USE archive required when USE skins
VLC skins are tar archived and will not work without this dependency.
Closes: https://bugs.gentoo.org/907189
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/vlc-3.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index b8b55bfe7c0b..560f2bd1c57c 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -48,7 +48,7 @@ REQUIRED_USE=" libtar? ( skins ) libtiger? ( kate ) lua? ( ${LUA_REQUIRED_USE} ) - skins? ( gui truetype X xml ) + skins? ( archive gui truetype X xml ) ssl? ( gcrypt ) vaapi? ( ffmpeg X ) vdpau? ( ffmpeg X ) |