Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/
Date: Tue, 10 May 2022 01:39:16
Message-Id: 1652146725.9ff11059144b287c633d9b86b4b7629fd10398e2.sam@gentoo
1 commit: 9ff11059144b287c633d9b86b4b7629fd10398e2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 01:38:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 01:38:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff11059
7
8 www-client/seamonkey: add USE=webrtc description
9
10 See: e6b58bdb44bc1af37504d2043ca56fa14a96a44a
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-client/seamonkey/metadata.xml | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml
17 index dc1f1e09bd66..07d17aa404f5 100644
18 --- a/www-client/seamonkey/metadata.xml
19 +++ b/www-client/seamonkey/metadata.xml
20 @@ -25,5 +25,6 @@
21 <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg> instead of bundled</flag>
22 <flag name="system-png">Use the system-wide <pkg>media-libs/libpng</pkg> instead of bundled (requires APNG patches)</flag>
23 <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> installation with secure-delete enabled</flag>
24 + <flag name="webrtc">Enable WebRTC support. Disabled by default due to privacy concerns.</flag>
25 </use>
26 </pkgmetadata>