From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1538707-garchives=archives.gentoo.org@lists.gentoo.org>
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 2F37615800A
	for <garchives@archives.gentoo.org>; Wed, 19 Jul 2023 07:48:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4FB73E079C;
	Wed, 19 Jul 2023 07:48:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 34BC4E079C
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 07:48:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 1CEA5340E2C
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 07:48:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7C3BB8
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2023 07:48:11 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
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" <juippis@gentoo.org>
Message-ID: <1689752886.c5c4286adc1ce5da2cf6dab182c0cb2119d2e532.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-client/thunderbird/metadata.xml
X-VCS-Directories: mail-client/thunderbird/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: c5c4286adc1ce5da2cf6dab182c0cb2119d2e532
X-VCS-Branch: master
Date: Wed, 19 Jul 2023 07:48:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b270b0a4-4764-40b0-99ed-dd1f32166557
X-Archives-Hash: 1e93fa5d705e0e00be431d8a8991723a

commit:     c5c4286adc1ce5da2cf6dab182c0cb2119d2e532
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 07:09:10 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 07:48:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c4286a

mail-client/thunderbird: describe the 'wifi' use flag

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mail-client/thunderbird/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml
index 79c8a5b0d1da..c4a0bc09a0da 100644
--- a/mail-client/thunderbird/metadata.xml
+++ b/mail-client/thunderbird/metadata.xml
@@ -34,5 +34,7 @@
 	<flag name="system-python-libs">Use system's python site instead of bundled python libraries</flag>
 	<flag name="system-webp">Use the system-wide <pkg>media-libs/libwebp</pkg>
 		instead of bundled.</flag>
+	<flag name="wifi">Enable necko-wifi for NetworkManager integration, and access point MAC
+		address scanning for better precision with opt-in geolocation services</flag>
 </use>
 </pkgmetadata>