www-client/mullvad-browser-bin: fix QA bug

Closes: https://bugs.gentoo.org/935524
Signed-off-by: Justin Donofrio <justin026@protonmail.com>
This commit is contained in:
Justin Donofrio 2024-07-05 18:23:48 -04:00
parent 2d9e57faa9
commit b29bb47dd2
No known key found for this signature in database
GPG Key ID: 1135FEB1D413C40B

View File

@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="wayland X"
IUSE="wayland +X"
RESTRICT="bindist mirror test strip"
@ -32,10 +32,6 @@ RDEPEND="
media-libs/freetype
media-video/ffmpeg
sys-apps/dbus
wayland? (
sys-apps/xdg-desktop-portal
)
X? (
x11-libs/cairo
x11-themes/hicolor-icon-theme
x11-libs/libX11
@ -49,6 +45,8 @@ RDEPEND="
x11-libs/libXrender
x11-libs/libXt
x11-libs/libXtst
wayland? (
sys-apps/xdg-desktop-portal
)"
QA_PREBUILT="*"