diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-07-24 06:08:17 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-07-24 06:08:17 +0000 |
commit | aef9edc45ae5ac76a3058ca0e411d317268322bb (patch) | |
tree | 299585a301844cb6dc6b0ed9d26f9ab540914653 /x11-misc/googleearth/files/mime-magic.patch | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | historical-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.patch | 2 |
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="<kml xmlns="http://earth.google.com/kml/2.0">" type="string" offset="0:64"/> ++ <match value="<kml xmlns="http://earth.google.com/kml/" type="string" offset="0:64"/> + </magic> <glob pattern="*.kml"/> </mime-type> |