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-bin/
Date: Mon, 07 Feb 2022 16:50:03
Message-Id: 1644252593.6b50be5200ac4f43c0e441d1a38b941e01b4ca63.juippis@gentoo
1 commit: 6b50be5200ac4f43c0e441d1a38b941e01b4ca63
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 16:49:03 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=6b50be52
7
8 mail-client/thunderbird-bin: optfeature for libotr
9
10 Closes: https://bugs.gentoo.org/745936
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
17 index b802ce5297d8..3b48e432eca7 100644
18 --- a/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
19 +++ b/mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild
20 @@ -26,7 +26,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
21 MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}"
22 MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}"
23
24 -inherit desktop pax-utils xdg
25 +inherit desktop optfeature pax-utils xdg
26
27 MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
28
29 @@ -329,4 +329,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 }