summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-02-12 10:41:17 +0200
committerMart Raudsepp <leio@gentoo.org>2017-02-12 10:43:37 +0200
commite877eb8e61c32a2a8b2446e9048a4eb7b943e402 (patch)
tree86c8e3851a1aaec798aadf0e5976c4529dd79a27 /net-libs
parentdev-python/sphinx-py3doc-enhanced-theme: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-e877eb8e61c32a2a8b2446e9048a4eb7b943e402.tar.gz
gentoo-e877eb8e61c32a2a8b2446e9048a4eb7b943e402.tar.bz2
gentoo-e877eb8e61c32a2a8b2446e9048a4eb7b943e402.zip
net-libs/webkit-gtk: more exact local description for USE=geolocation
There was a specific flag description for USE=geoloc; retain it for USE=geolocation. Also reindent the XML and normalize the flag description to be similar with eachother (no period at the end) Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/metadata.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/net-libs/webkit-gtk/metadata.xml b/net-libs/webkit-gtk/metadata.xml
index 6e822e5a0da4..2aec05767e2c 100644
--- a/net-libs/webkit-gtk/metadata.xml
+++ b/net-libs/webkit-gtk/metadata.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <use>
- <flag name="coverage">Enable code coverage support</flag>
- <flag name="egl">Enable EGL support.</flag>
- <flag name="geoloc">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
- <flag name="gles2">Enable GLESv2 support.</flag>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+ <flag name="coverage">Enable code coverage support</flag>
+ <flag name="egl">Enable EGL support</flag>
+ <flag name="geoloc">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
+ <flag name="geolocation">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
+ <flag name="gles2">Enable GLESv2 support</flag>
<flag name="webgl">Build support for the WebGL HTML API using <pkg>virtual/opengl</pkg></flag>
- </use>
+</use>
</pkgmetadata>