summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-24 06:08:17 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-24 06:08:17 +0000
commitaef9edc45ae5ac76a3058ca0e411d317268322bb (patch)
tree299585a301844cb6dc6b0ed9d26f9ab540914653 /x11-misc/googleearth/files/mime-magic.patch
parentInitial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff)
downloadhistorical-aef9edc45ae5ac76a3058ca0e411d317268322bb.tar.gz
historical-aef9edc45ae5ac76a3058ca0e411d317268322bb.tar.bz2
historical-aef9edc45ae5ac76a3058ca0e411d317268322bb.zip
improved patch to work with kml 2.1 thanks to Ed Catmur again
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'x11-misc/googleearth/files/mime-magic.patch')
-rw-r--r--x11-misc/googleearth/files/mime-magic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/googleearth/files/mime-magic.patch b/x11-misc/googleearth/files/mime-magic.patch
index f45482e129e3..cbaa337c6e57 100644
--- a/x11-misc/googleearth/files/mime-magic.patch
+++ b/x11-misc/googleearth/files/mime-magic.patch
@@ -5,7 +5,7 @@
<mime-type type="application/vnd.google-earth.kml+xml">
<comment>Keyhole Markup Language data</comment>
+ <magic priority="60">
-+ <match value="&lt;kml xmlns=&quot;http://earth.google.com/kml/2.0&quot;&gt;" type="string" offset="0:64"/>
++ <match value="&lt;kml xmlns=&quot;http://earth.google.com/kml/" type="string" offset="0:64"/>
+ </magic>
<glob pattern="*.kml"/>
</mime-type>