diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-02-07 18:49:03 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-02-07 18:49:53 +0200 |
commit | 6b50be5200ac4f43c0e441d1a38b941e01b4ca63 (patch) | |
tree | 53fe7ad264df5d424c82ff575cc6c1d4a0879ebb /mail-client | |
parent | mail-client/thunderbird: optfeature for net-libs/libotr (diff) | |
download | gentoo-6b50be5200ac4f43c0e441d1a38b941e01b4ca63.tar.gz gentoo-6b50be5200ac4f43c0e441d1a38b941e01b4ca63.tar.bz2 gentoo-6b50be5200ac4f43c0e441d1a38b941e01b4ca63.zip |
mail-client/thunderbird-bin: optfeature for 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-bin/thunderbird-bin-91.5.1.ebuild | 5 |
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 } |