diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-08-16 19:06:04 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-08-16 19:06:04 +0000 |
commit | 3ec20c3bcd975dc1cc301ea0d2b9004d9c774518 (patch) | |
tree | 5524eef29754c4f54b32f6baa014b9c3539fcfcb /kde-base/ark/files | |
parent | Not parallel make safe (#333049). Cleanup (diff) | |
download | gentoo-2-3ec20c3bcd975dc1cc301ea0d2b9004d9c774518.tar.gz gentoo-2-3ec20c3bcd975dc1cc301ea0d2b9004d9c774518.tar.bz2 gentoo-2-3ec20c3bcd975dc1cc301ea0d2b9004d9c774518.zip |
Add patch to fix bug 332855
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ark/files')
-rw-r--r-- | kde-base/ark/files/ark-4.4.5-cli7zip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/ark/files/ark-4.4.5-cli7zip.patch b/kde-base/ark/files/ark-4.4.5-cli7zip.patch new file mode 100644 index 000000000000..a19e6dd267a0 --- /dev/null +++ b/kde-base/ark/files/ark-4.4.5-cli7zip.patch @@ -0,0 +1,11 @@ +--- branches/KDE/4.5/kdeutils/ark/plugins/cli7zplugin/cliplugin.cpp 2010/07/20 23:33:28 1152411 ++++ branches/KDE/4.5/kdeutils/ark/plugins/cli7zplugin/cliplugin.cpp 2010/07/20 23:34:01 1152412 +@@ -78,7 +78,7 @@ + + bool CliPlugin::readListLine(const QString& line) + { +- static const QLatin1String archiveInfoDelimiter("----"); ++ static const QLatin1String archiveInfoDelimiter("--"); + static const QLatin1String entryInfoDelimiter("----------"); + + switch (m_state) { |