Diff thunderbird-140.7.2 with a thunderbird-140.8.1
| /usr/portage/mail-client/thunderbird/thunderbird-140.8.1.ebuild 2026-03-17 11:46:07.522651864 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
FIREFOX_PATCHSET="firefox-140esr-patches-05.tar.xz" |
|
| 6 |
FIREFOX_PATCHSET="firefox-140esr-patches-07t.tar.xz" |
|
| 7 | 7 |
FIREFOX_LOONG_PATCHSET="firefox-139-loong-patches-02.tar.xz" |
| 8 | 8 | |
| 9 | 9 |
LLVM_COMPAT=( 19 20 21 ) |
| ... | ... | |
| 119 | 119 |
>=app-accessibility/at-spi2-core-2.46.0:2 |
| 120 | 120 |
dev-libs/glib:2 |
| 121 | 121 |
dev-libs/libffi:= |
| 122 |
>=dev-libs/nss-3.112.2 |
|
| 122 |
>=dev-libs/nss-3.112.3 |
|
| 123 | 123 |
>=dev-libs/nspr-4.36 |
| 124 | 124 |
media-libs/alsa-lib |
| 125 | 125 |
media-libs/fontconfig |
| ... | ... | |
| 577 | 577 | |
| 578 | 578 |
# Clear checksums from cargo crates we've manually patched. |
| 579 | 579 |
# moz_clear_vendor_checksums xyz |
| 580 |
# glslopt: bgo#969412, bgo#969871 |
|
| 581 |
moz_clear_vendor_checksums glslopt |
|
| 582 |
# TB-specific |
|
| 583 |
sed -i \ |
|
| 584 |
-e 's/\("files":{\)[^}]*/\1/' \
|
|
| 585 |
"${S}"/comm/third_party/rust/glslopt/.cargo-checksum.json || die
|
|
| 580 | 586 | |
| 581 | 587 |
# Create build dir |
| 582 | 588 |
BUILD_DIR="${WORKDIR}/${PN}_build"
|