diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-11-04 01:22:48 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-11-04 01:23:02 +0100 |
commit | ae07d38dc43687499e29c633de5f1312aae760a1 (patch) | |
tree | 43f3e941d0eada10bfcf548aebe3cd89524e93d2 /mail-client/thunderbird | |
parent | mail-client/thunderbird-bin: bump to v91.3.0 (diff) | |
download | gentoo-ae07d38dc43687499e29c633de5f1312aae760a1.tar.gz gentoo-ae07d38dc43687499e29c633de5f1312aae760a1.tar.bz2 gentoo-ae07d38dc43687499e29c633de5f1312aae760a1.zip |
mail-client/thunderbird: sync with mail-client/thunderbird-bin
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r-- | mail-client/thunderbird/thunderbird-91.3.0.ebuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/mail-client/thunderbird/thunderbird-91.3.0.ebuild b/mail-client/thunderbird/thunderbird-91.3.0.ebuild index a16eb9d3d05f..d71c5a29a672 100644 --- a/mail-client/thunderbird/thunderbird-91.3.0.ebuild +++ b/mail-client/thunderbird/thunderbird-91.3.0.ebuild @@ -37,7 +37,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" -inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info \ +inherit autotools check-reqs desktop flag-o-matic gnome2-utils \ llvm multiprocessing pax-utils python-any-r1 toolchain-funcs \ virtualx xdg @@ -55,7 +55,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES} ${PATCH_URIS[@]}" DESCRIPTION="Thunderbird Mail Client" -HOMEPAGE="https://www.mozilla.org/thunderbird" +HOMEPAGE="https://www.thunderbird.net/" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -197,12 +197,6 @@ DEPEND="${CDEPEND} S="${WORKDIR}/${PN}-${PV%_*}" -# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or -# overridden in the enviromnent (advanced hackers only) -if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then - MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) -fi - 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} ..." >&2 @@ -485,10 +479,6 @@ pkg_setup() { # Ensure we use C locale when building, bug #746215 export LC_ALL=C fi - - CONFIG_CHECK="~SECCOMP" - WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." - linux-info_pkg_setup } src_unpack() { |