summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-02-07 18:47:39 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-02-07 18:49:53 +0200
commit310dc243074cf9a83ebe2f4c27a42a6080dbc1c1 (patch)
tree1338e43bf1287558f4c8e3b32f6f46cf236e2790 /mail-client
parentsys-cluster/kube-scheduler: stabilize 1.23.2 on amd64 (diff)
downloadgentoo-310dc243074cf9a83ebe2f4c27a42a6080dbc1c1.tar.gz
gentoo-310dc243074cf9a83ebe2f4c27a42a6080dbc1c1.tar.bz2
gentoo-310dc243074cf9a83ebe2f4c27a42a6080dbc1c1.zip
mail-client/thunderbird: optfeature for net-libs/libotr
Closes: https://bugs.gentoo.org/745936 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-91.5.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-client/thunderbird/thunderbird-91.5.1.ebuild b/mail-client/thunderbird/thunderbird-91.5.1.ebuild
index aa2fa60c1437..f11bef2ff325 100644
--- a/mail-client/thunderbird/thunderbird-91.5.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-91.5.1.ebuild
@@ -38,7 +38,7 @@ 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 \
- llvm multiprocessing pax-utils python-any-r1 toolchain-funcs \
+ llvm multiprocessing optfeature pax-utils python-any-r1 toolchain-funcs \
virtualx xdg
MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
@@ -1130,4 +1130,7 @@ pkg_postinst() {
elog "If you still want to be able to select between running Mozilla ${PN^}"
elog "on X11 or Wayland, you have to re-create these shortcuts on your own."
fi
+
+ optfeature_header "Optional runtime features:"
+ optfeature "encrypted chat support" net-libs/libotr
}