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 | e3f6b2b4ba192857d5f1b6190bc51cbac02c4cc0 (patch) | |
tree | f1db444e647426b666a8cd93219db0a7eea808b0 /x11-misc/googleearth/files | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | gentoo-2-e3f6b2b4ba192857d5f1b6190bc51cbac02c4cc0.tar.gz gentoo-2-e3f6b2b4ba192857d5f1b6190bc51cbac02c4cc0.tar.bz2 gentoo-2-e3f6b2b4ba192857d5f1b6190bc51cbac02c4cc0.zip |
improved patch to work with kml 2.1 thanks to Ed Catmur again
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'x11-misc/googleearth/files')
-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> |