diff options
author | 2012-01-07 14:09:32 +0000 | |
---|---|---|
committer | 2012-01-07 14:09:32 +0000 | |
commit | 05d4e1e2d2e84c2ba29817a086e7cbd2a885929e (patch) | |
tree | b099e6731f39e9e8f2d55e94c26f64ebfee756d4 /net-analyzer/linkchecker/files | |
parent | Stable for AMD64, wrt bug #326455 (diff) | |
download | gentoo-2-05d4e1e2d2e84c2ba29817a086e7cbd2a885929e.tar.gz gentoo-2-05d4e1e2d2e84c2ba29817a086e7cbd2a885929e.tar.bz2 gentoo-2-05d4e1e2d2e84c2ba29817a086e7cbd2a885929e.zip |
Version Bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/linkchecker/files')
-rw-r--r-- | net-analyzer/linkchecker/files/7.4-missing-files.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/linkchecker/files/7.4-missing-files.patch b/net-analyzer/linkchecker/files/7.4-missing-files.patch new file mode 100644 index 000000000000..cb8e44ad5919 --- /dev/null +++ b/net-analyzer/linkchecker/files/7.4-missing-files.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 38b4c15..716203d 100755 +--- a/setup.py ++++ b/setup.py +@@ -375,7 +375,7 @@ myemail = "calvin@users.sourceforge.net" + data_files = [ + ('share/linkchecker', + ['config/linkcheckerrc', +- 'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']), ++ 'doc/html/lccollection.qhcp', 'doc/html/lcdoc.qhp']), + ('share/linkchecker/examples', + ['cgi-bin/lconline/leer.html.en', + 'cgi-bin/lconline/leer.html.de', |