Skip to content

Commit

Permalink
www-client/mullvad-browser-bin: fix QA bug
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/935524
Signed-off-by: Justin Donofrio <[email protected]>
  • Loading branch information
justin025 committed Jul 5, 2024
1 parent 2d9e57f commit b29bb47
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions www-client/mullvad-browser-bin/mullvad-browser-bin-13.5.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="-* ~amd64"

IUSE="wayland X"
IUSE="wayland +X"

RESTRICT="bindist mirror test strip"

Expand All @@ -32,24 +32,22 @@ RDEPEND="
media-libs/freetype
media-video/ffmpeg
sys-apps/dbus
x11-libs/cairo
x11-themes/hicolor-icon-theme
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXt
x11-libs/libXtst
wayland? (
sys-apps/xdg-desktop-portal
)
X? (
x11-libs/cairo
x11-themes/hicolor-icon-theme
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXt
x11-libs/libXtst
)"
)"

QA_PREBUILT="*"

Expand Down

0 comments on commit b29bb47

Please sign in to comment.