net-libs/webkit-gtk: more exact local description for USE=geolocation
authorMart Raudsepp <leio@gentoo.org>
Sun, 12 Feb 2017 08:41:17 +0000 (10:41 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 12 Feb 2017 08:43:37 +0000 (10:43 +0200)
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

net-libs/webkit-gtk/metadata.xml

index 6e822e5a0da4ceec13364bf17aa598e7d49f6f0e..2aec05767e2c8ffa102f03536b77114d9b570a5d 100644 (file)
@@ -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>