summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/innoextract/metadata.xml')
-rw-r--r--app-arch/innoextract/metadata.xml9
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>