summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-08-13 13:08:12 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:08:12 +0200
commit391f27b37eb26252a48d100bcbdad5bf22de9a72 (patch)
treec415594d2f6a44085b38567123d5553fc36d3c5b
parentmedia-sound/audacious: Fix building with -Werror=terminate using GCC-6 (diff)
downloadgentoo-391f27b37eb26252a48d100bcbdad5bf22de9a72.tar.gz
gentoo-391f27b37eb26252a48d100bcbdad5bf22de9a72.tar.bz2
gentoo-391f27b37eb26252a48d100bcbdad5bf22de9a72.zip
media-sound/audacious: Fix mixing of tabs and spaces in metadata.xml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--media-sound/audacious/metadata.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml
index 5ca8363411f5..617162bf4a6b 100644
--- a/media-sound/audacious/metadata.xml
+++ b/media-sound/audacious/metadata.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
- </maintainer>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <use>
- <flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
- <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag>
- </use>
+ <maintainer type="person">
+ <email>zx2c4@gentoo.org</email>
+ <name>Jason A. Donenfeld</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sound@gentoo.org</email>
+ <name>Gentoo Sound project</name>
+ </maintainer>
+ <use>
+ <flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
+ <flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag>
+ </use>
</pkgmetadata>