mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
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:
parent
2d9e57faa9
commit
b29bb47dd2
@ -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="*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user