diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 07:45:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-26 07:45:08 +0000 |
commit | c5240dc4d2a5efc26b94c943d87848e51ba2794b (patch) | |
tree | 1c7c1bb9b5ca99e0afaaa093a8818fd8e63f423d /testing/gource/logmill.patch | |
parent | 4a2a6ce1a143e0983ca0d6ca754a2e0702504ca5 (diff) | |
download | aports-c5240dc4d2a5efc26b94c943d87848e51ba2794b.tar.bz2 aports-c5240dc4d2a5efc26b94c943d87848e51ba2794b.tar.xz |
community/gource: moved from testing
Diffstat (limited to 'testing/gource/logmill.patch')
-rw-r--r-- | testing/gource/logmill.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/gource/logmill.patch b/testing/gource/logmill.patch deleted file mode 100644 index 4ed4e998f9..0000000000 --- a/testing/gource/logmill.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/logmill.cpp.orig -+++ ./src/logmill.cpp -@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) { - logfile = repo_path.string(); - } - } -- } catch(boost::filesystem3::filesystem_error& error) { -+ } catch(boost::filesystem::filesystem_error& error) { - } - } - |