diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-09 19:29:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-09 19:31:11 +0300 |
commit | d98e8f9b8ef7594d42022604d5f3ce6d898a1991 (patch) | |
tree | df20612dc81d75c97a07c046fbf8bc1866fcf58a /www-client | |
parent | net-analyzer/netdata: 1.35.0 version bump (diff) | |
download | gentoo-d98e8f9b8ef7594d42022604d5f3ce6d898a1991.tar.gz gentoo-d98e8f9b8ef7594d42022604d5f3ce6d898a1991.tar.bz2 gentoo-d98e8f9b8ef7594d42022604d5f3ce6d898a1991.zip |
www-client/firefox: restrict the minimum cbindgen verison
- unfortunately this can create a mess with thunderbird. Testing out
backporting a patch. Meanwhile, thunderbird and firefox:rapid will
need to be emerged separately.
Bug: https://bugs.gentoo.org/850766
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-101.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-101.0.1.ebuild b/www-client/firefox/firefox-101.0.1.ebuild index a88ffa035354..86413b7f9f78 100644 --- a/www-client/firefox/firefox-101.0.1.ebuild +++ b/www-client/firefox/firefox-101.0.1.ebuild @@ -81,7 +81,7 @@ REQUIRED_USE+=" screencast? ( wayland )" BDEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip - >=dev-util/cbindgen-0.23.0 + >=dev-util/cbindgen-0.24.0 >=net-libs/nodejs-10.23.1 virtual/pkgconfig >=virtual/rust-1.59.0 |