www-client/mullvad-browser-bin: make SRC_URI unconditional

Signed-off-by: Justin Donofrio <justin026@protonmail.com>
This commit is contained in:
Justin Donofrio
2024-07-07 09:38:49 -04:00
parent 0a30d7ce90
commit 37daa1c3f8

View File

@@ -7,7 +7,7 @@ inherit desktop xdg
DESCRIPTION="The Mullvad Browser is developed to minimize tracking and fingerprinting."
HOMEPAGE="https://github.com/mullvad/mullvad-browser https://mullvad.net/"
SRC_URI="amd64? ( https://github.com/mullvad/mullvad-browser/releases/download/${PV}/mullvad-browser-linux-x86_64-${PV}.tar.xz )"
SRC_URI="https://github.com/mullvad/mullvad-browser/releases/download/${PV}/mullvad-browser-linux-x86_64-${PV}.tar.xz"
S="${WORKDIR}"
LICENSE="MPL-2.0"