diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-10-06 14:12:21 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-10-06 14:12:21 +0300 |
commit | 167e6a25d28f7f7737eb9b24926e96bb76053ceb (patch) | |
tree | bd1e2fb002e7b30086bfe6d3bc596d9f734db79d /www-client/firefox | |
parent | app-containers/lxc: add a patch to fix arm64+systemd issue (diff) | |
download | gentoo-167e6a25d28f7f7737eb9b24926e96bb76053ceb.tar.gz gentoo-167e6a25d28f7f7737eb9b24926e96bb76053ceb.tar.bz2 gentoo-167e6a25d28f7f7737eb9b24926e96bb76053ceb.zip |
www-client/firefox: add "REQUIRED_USE wayland? ( dbus )" back to esr
- this requirement has been patched out from :rapid version, but
still necessary in the esr one.
Closes: https://bugs.gentoo.org/874984
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-102.3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-102.3.0.ebuild b/www-client/firefox/firefox-102.3.0.ebuild index d9483d446dcf..3c37dbddf5c5 100644 --- a/www-client/firefox/firefox-102.3.0.ebuild +++ b/www-client/firefox/firefox-102.3.0.ebuild @@ -72,6 +72,7 @@ IUSE+=" geckodriver +gmp-autoupdate screencast" REQUIRED_USE="debug? ( !system-av1 ) pgo? ( lto ) + wayland? ( dbus ) wifi? ( dbus )" # Firefox-only REQUIRED_USE flags |