From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2FAE15808B for ; Mon, 7 Feb 2022 16:50:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDF4E077F; Mon, 7 Feb 2022 16:50:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9DB8E077F for ; Mon, 7 Feb 2022 16:50:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73DE8335CF7 for ; Mon, 7 Feb 2022 16:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F132CB for ; Mon, 7 Feb 2022 16:49:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1644252593.6b50be5200ac4f43c0e441d1a38b941e01b4ca63.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild X-VCS-Directories: mail-client/thunderbird-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6b50be5200ac4f43c0e441d1a38b941e01b4ca63 X-VCS-Branch: master Date: Mon, 7 Feb 2022 16:49:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87fcb078-85cc-411c-b260-afe1b0874a74 X-Archives-Hash: 9916e3adb3a32a6ea20f68eb61dc6bcb commit: 6b50be5200ac4f43c0e441d1a38b941e01b4ca63 Author: Joonas Niilola gentoo org> AuthorDate: Mon Feb 7 16:49:03 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 7 16:49:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b50be52 mail-client/thunderbird-bin: optfeature for libotr Closes: https://bugs.gentoo.org/745936 Signed-off-by: Joonas Niilola gentoo.org> mail-client/thunderbird-bin/thunderbird-bin-91.5.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }