commit: ab84d2fa743ded38fd17c6a21f6f4ad3f8587558 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:19:35 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 22:32:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab84d2fa
app-misc/geoclue: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-misc/geoclue/metadata.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/app-misc/geoclue/metadata.xml b/app-misc/geoclue/metadata.xml index 668d225821c3..e64fa36fc587 100644 --- a/app-misc/geoclue/metadata.xml +++ b/app-misc/geoclue/metadata.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="modemmanager">Enable geolocation through 3G or GPS enabled hardware through <pkg>net-misc/modemmanager</pkg>.</flag> - <flag name="zeroconf">Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare</flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="modemmanager">Enable geolocation through 3G or GPS enabled hardware through <pkg>net-misc/modemmanager</pkg>.</flag> + <flag name="zeroconf">Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare</flag> + </use> + <upstream> + <remote-id type="freedesktop-gitlab">geoclue/geoclue</remote-id> + </upstream> </pkgmetadata>
