diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 13:53:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:02:01 +0200 |
commit | 5bbc94a101b8e608a29bc0680fdbfd095e8bc383 (patch) | |
tree | ff452308cb1c2a3fafe350099c567b8365c37c08 /media-sound/mumble | |
parent | dev-python/pysnmp: Fix utf-8 japaneses text (diff) | |
download | gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.bz2 gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.zip |
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-sound/mumble')
-rw-r--r-- | media-sound/mumble/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/mumble/metadata.xml b/media-sound/mumble/metadata.xml index 7b22cdeaa94e..1e264d925ba0 100644 --- a/media-sound/mumble/metadata.xml +++ b/media-sound/mumble/metadata.xml @@ -1,14 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>tgurr@gentoo.org</email> -</maintainer> -<longdescription lang="en"> + <maintainer> + <email>tgurr@gentoo.org</email> + </maintainer> + <longdescription lang="en"> Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. -</longdescription> -<use> - <flag name='g15'>Enable support for the Logitech G15 LCD (and compatible devices).</flag> - <flag name='speech'>Enable text-to-speech support in Mumble.</flag> -</use> + </longdescription> + <use> + <flag name="g15">Enable support for the Logitech G15 LCD (and compatible devices).</flag> + <flag name="speech">Enable text-to-speech support in Mumble.</flag> + </use> + <upstream> + <remote-id type="sourceforge">mumble</remote-id> + </upstream> </pkgmetadata> |