Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Mon, 07 Feb 2022 16:50:06
Message-Id: 1644252593.310dc243074cf9a83ebe2f4c27a42a6080dbc1c1.juippis@gentoo
1 commit: 310dc243074cf9a83ebe2f4c27a42a6080dbc1c1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 16:47:39 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 16:49:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310dc243
7
8 mail-client/thunderbird: optfeature for net-libs/libotr
9
10 Closes: https://bugs.gentoo.org/745936
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 mail-client/thunderbird/thunderbird-91.5.1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/mail-client/thunderbird/thunderbird-91.5.1.ebuild b/mail-client/thunderbird/thunderbird-91.5.1.ebuild
17 index aa2fa60c1437..f11bef2ff325 100644
18 --- a/mail-client/thunderbird/thunderbird-91.5.1.ebuild
19 +++ b/mail-client/thunderbird/thunderbird-91.5.1.ebuild
20 @@ -38,7 +38,7 @@ MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}"
21 MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}"
22
23 inherit autotools check-reqs desktop flag-o-matic gnome2-utils \
24 - llvm multiprocessing pax-utils python-any-r1 toolchain-funcs \
25 + llvm multiprocessing optfeature pax-utils python-any-r1 toolchain-funcs \
26 virtualx xdg
27
28 MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
29 @@ -1130,4 +1130,7 @@ pkg_postinst() {
30 elog "If you still want to be able to select between running Mozilla ${PN^}"
31 elog "on X11 or Wayland, you have to re-create these shortcuts on your own."
32 fi
33 +
34 + optfeature_header "Optional runtime features:"
35 + optfeature "encrypted chat support" net-libs/libotr
36 }