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 /app-arch/innoextract | |
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 'app-arch/innoextract')
-rw-r--r-- | app-arch/innoextract/metadata.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-arch/innoextract/metadata.xml b/app-arch/innoextract/metadata.xml index 081038b71b57..33d1ccf2b5c9 100644 --- a/app-arch/innoextract/metadata.xml +++ b/app-arch/innoextract/metadata.xml @@ -1,4 +1,4 @@ -<?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> @@ -12,14 +12,15 @@ <description>Proxy maintainer. CC him on bugs</description> </maintainer> <use> - <flag name='debug'>Enable debug logging and the --debug command-line option.</flag> - <flag name='lzma'>Enable support for extracting lzma-compressed installers using <pkg>app-arch/xz-utils</pkg>.</flag> + <flag name="debug">Enable debug logging and the --debug command-line option.</flag> + <flag name="lzma">Enable support for extracting lzma-compressed installers using <pkg>app-arch/xz-utils</pkg>.</flag> <flag name="c++0x">Compile innoextract using the C++11 standard.</flag> </use> <upstream> <bugs-to>http://innoextract.constexpr.org/issues</bugs-to> <changelog>http://constexpr.org/innoextract/changelog</changelog> <doc lang="en">http://constexpr.org/innoextract/innoextract.1</doc> - <remote-id type='github'>dscharrer/innoextract</remote-id> + <remote-id type="github">dscharrer/innoextract</remote-id> + <remote-id type="sourceforge">innoextract</remote-id> </upstream> </pkgmetadata> |