summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
index b802ce5297d8..3b48e432eca7 100644
--- a/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
+++ b/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
@@ -26,7 +26,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}"
MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}"
-inherit desktop pax-utils xdg
+inherit desktop optfeature pax-utils xdg
MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
@@ -329,4 +329,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
}