summaryrefslogtreecommitdiff
path: root/mail-client/thunderbird
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-18 00:57:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-18 00:57:34 +0000
commit6330245077f9f298a785e17756a8f59a843361a5 (patch)
tree5230e465e0b66c66bfec278f434599739f6a7417 /mail-client/thunderbird
parent0a610f61a00066203da0b0ed9ba215efbb480f4f (diff)
gentoo auto-resync : 18:11:2022 - 00:57:34
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/Manifest2
-rw-r--r--mail-client/thunderbird/thunderbird-102.5.0.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index f9836e475b74..4c4dab4d4224 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -203,5 +203,5 @@ DIST thunderbird-102.5.0-zh-TW.xpi 725969 BLAKE2B 863f00e7b37197d42c3400ab28d056
DIST thunderbird-102.5.0.source.tar.xz 506950192 BLAKE2B 7374644b6601358b9ac10694faf15bcfee20a92b00905b6d8321964996682512bbd3b57ab44ebcdeeb5f10ff297d14ce56f8c28482ab9fefa2ccf67df0adbc08 SHA512 b6f2828b23616db5620e0364a1ebb02a8676e184d5e361c0aa87f36b64eb6b7f4b1bc3c42675b3ae3092953fbda6b01c18c068b167d40469481b1e18af1dcaa1
EBUILD thunderbird-102.4.0.ebuild 33402 BLAKE2B 8ebbb46776ba1e5e65654775a798b20f3a164987a4359c48f26277e01c8f4be4457d802bd6b28c4f0119f91c7785ca15f05cda604a4dac0fc2874f2d0dc46daf SHA512 9c7a7bad143f6b5f893a10fd3ad08b87dc8fe185b819a417fcce29b9f35e068f747bb629cd8f695c6bbe5b6104f37901afdc58edf5bd3cf7c1aac0d89b5125b0
EBUILD thunderbird-102.4.2.ebuild 33404 BLAKE2B 298b3ed02874ff34fce7398217620da9caf71938333829c33c28586209cad21ffb87f9d7cd5548c1d3541e811d5de3018a3acd18be3897f7f930ff3785097bca SHA512 f5ff830bad5ca7dee95de145af883053582b955940c80d25c4382e44bf1747fd76bcb08e3d4c4ae5be8a517c95bf7fa66bb5a0225b16070d67b1b8bb681b9e67
-EBUILD thunderbird-102.5.0.ebuild 33866 BLAKE2B f5b3274f07693353fdd5a5592ff159117619521ee2d4dd52b743f659e27210a4e3a1002ba403839cf7437d52350c98374626b825f035a91e8f0287f47b96db74 SHA512 d7ac08d93bc25a9a8427ef36bc9170e84fbfa8e78e546e5bc180100ba90ce90c481b63eb338dbf2a7a51c87de61797fc6d2754bb2d6e11a12f9210a18eb5b86b
+EBUILD thunderbird-102.5.0.ebuild 33666 BLAKE2B 7e9de1a24079e892d5642ad87932934efc339480fea7a6eb4ecf45bf43dab7d4b55fe6d211d435e60b5f2e0c36dfe358d7fa50c026425f6ce566b4dfcc6c7719 SHA512 edc0385d0c3467de750d90709eeefd5694cf0c04a84f3cdeb2b98e924405f2159722b9f3197245e5363a3aec7380f0374038df7827f26dcb1bee355879263075
MISC metadata.xml 2139 BLAKE2B c348f9dc2bf813c386bc2e62782bf762ef4fdaf3f913cec41bbd115a7bac54b01852dec04e6f7574b24ea5cd6d9500f289109127cdac5887128b07116d6a6cf8 SHA512 09b0670e852cc954b5df5e846935d274ae180e4627d112104d5fedf2a777fda7d52d73cdfde9e50475d9a560ed44946d4c0682d52d793bbfb5f2e1b1e0aac608
diff --git a/mail-client/thunderbird/thunderbird-102.5.0.ebuild b/mail-client/thunderbird/thunderbird-102.5.0.ebuild
index 69b2c9fb81f6..e5ce46ddcd41 100644
--- a/mail-client/thunderbird/thunderbird-102.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-102.5.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="https://www.thunderbird.net/"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
@@ -197,13 +197,13 @@ S="${WORKDIR}/${PN}-${PV%_*}"
llvm_check_deps() {
if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then
- einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ... Please try emerge -1av sys-devel/clang:${LLVM_SLOT}" >&2
+ einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
if use clang ; then
if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then
- einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ... Please try emerge -1av sys-devel/lld:${LLVM_SLOT}" >&2
+ einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
@@ -214,7 +214,7 @@ llvm_check_deps() {
if use pgo ; then
if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
- einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ... Please try emerge -1av =sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* with profile use flag on!" >&2
+ einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
fi