Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
Date: Sun, 12 Feb 2017 08:44:11
Message-Id: 1486889017.e877eb8e61c32a2a8b2446e9048a4eb7b943e402.leio@gentoo
1 commit: e877eb8e61c32a2a8b2446e9048a4eb7b943e402
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 08:41:17 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 08:43:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e877eb8e
7
8 net-libs/webkit-gtk: more exact local description for USE=geolocation
9
10 There was a specific flag description for USE=geoloc; retain it for USE=geolocation.
11 Also reindent the XML and normalize the flag description to be similar with eachother
12 (no period at the end)
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 net-libs/webkit-gtk/metadata.xml | 21 +++++++++++----------
17 1 file changed, 11 insertions(+), 10 deletions(-)
18
19 diff --git a/net-libs/webkit-gtk/metadata.xml b/net-libs/webkit-gtk/metadata.xml
20 index 6e822e5a0d..2aec05767e 100644
21 --- a/net-libs/webkit-gtk/metadata.xml
22 +++ b/net-libs/webkit-gtk/metadata.xml
23 @@ -1,15 +1,16 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <maintainer type="project">
28 - <email>gnome@g.o</email>
29 - <name>Gentoo GNOME Desktop</name>
30 - </maintainer>
31 - <use>
32 - <flag name="coverage">Enable code coverage support</flag>
33 - <flag name="egl">Enable EGL support.</flag>
34 - <flag name="geoloc">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
35 - <flag name="gles2">Enable GLESv2 support.</flag>
36 +<maintainer type="project">
37 + <email>gnome@g.o</email>
38 + <name>Gentoo GNOME Desktop</name>
39 +</maintainer>
40 +<use>
41 + <flag name="coverage">Enable code coverage support</flag>
42 + <flag name="egl">Enable EGL support</flag>
43 + <flag name="geoloc">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
44 + <flag name="geolocation">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
45 + <flag name="gles2">Enable GLESv2 support</flag>
46 <flag name="webgl">Build support for the WebGL HTML API using <pkg>virtual/opengl</pkg></flag>
47 - </use>
48 +</use>
49 </pkgmetadata>