diff options
author | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:36 +0100 |
commit | 77b0a0316df65691d88c97f206477c8dec0c501d (patch) | |
tree | 4ee05b2399c3c9b38c46c0f998c1805f469bd679 /app-i18n/librime | |
parent | app-i18n/ibus-sunpinyin: [QA] use git-format-patch style patches (diff) | |
download | gentoo-77b0a0316df65691d88c97f206477c8dec0c501d.tar.gz gentoo-77b0a0316df65691d88c97f206477c8dec0c501d.tar.bz2 gentoo-77b0a0316df65691d88c97f206477c8dec0c501d.zip |
app-i18n/librime: [QA] use git-format-patch style patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n/librime')
-rw-r--r-- | app-i18n/librime/files/librime-1.6.0-boost-1.76.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch b/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch index 5ed1447359d6..31eff9268bfc 100644 --- a/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch +++ b/app-i18n/librime/files/librime-1.6.0-boost-1.76.patch @@ -2,8 +2,8 @@ https://github.com/rime/librime/issues/462 https://github.com/rime/librime/pull/463 https://github.com/rime/librime/commit/57cffcd02ac70148e21ce982be834876b3df87db ---- /src/rime/gear/script_translator.cc -+++ /src/rime/gear/script_translator.cc +--- a/src/rime/gear/script_translator.cc ++++ b/src/rime/gear/script_translator.cc @@ -8,6 +8,7 @@ // #include <algorithm> @@ -12,8 +12,8 @@ https://github.com/rime/librime/commit/57cffcd02ac70148e21ce982be834876b3df87db #include <boost/algorithm/string/join.hpp> #include <boost/range/adaptor/reversed.hpp> #include <rime/composition.h> ---- /src/rime/gear/table_translator.cc -+++ /src/rime/gear/table_translator.cc +--- a/src/rime/gear/table_translator.cc ++++ b/src/rime/gear/table_translator.cc @@ -6,6 +6,7 @@ // #include <boost/algorithm/string.hpp> |