diff options
author | Matteo Azzali <mattepiu@gentoo.org> | 2007-03-12 19:50:14 +0000 |
---|---|---|
committer | Matteo Azzali <mattepiu@gentoo.org> | 2007-03-12 19:50:14 +0000 |
commit | eec5411be907333058e456f99a7673c4d593a59a (patch) | |
tree | 20672a09f8ed74c20c16abe92639d42608449ce6 /media-tv/xmltv/files | |
parent | stable x86, bug 170599 (diff) | |
download | gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.tar.gz gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.tar.bz2 gentoo-2-eec5411be907333058e456f99a7673c4d593a59a.zip |
Fixed na_dd script as per bug #170535 ,na_dd users please re-emerge xmltv.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-tv/xmltv/files')
-rw-r--r-- | media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch b/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch new file mode 100644 index 000000000000..285f03e19cea --- /dev/null +++ b/media-tv/xmltv/files/xmltv-na_dd-xmltwig.patch @@ -0,0 +1,10 @@ +--- grab/na_dd/tv_grab_na_dd.in.orig 2006-11-29 18:06:47.000000000 +0100 ++++ grab/na_dd/tv_grab_na_dd.in 2007-03-12 16:17:56.000000000 +0100 +@@ -737,7 +737,6 @@ + # + $twig=XML::Twig->new( + twig_roots => { HTML => 1, message => 1, xtvd =>1}, +- ignore_elts => { schedules => 1 }, + twig_handlers => + { + HTML => sub { |