diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-09-05 11:50:44 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-09-05 11:50:44 +0000 |
commit | 884111129bd53e11d77870c4c9392a80279f7b89 (patch) | |
tree | a14fc98e06e1178f8883cd854d9e816193deb7eb /app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-884111129bd53e11d77870c4c9392a80279f7b89.tar.gz gentoo-2-884111129bd53e11d77870c4c9392a80279f7b89.tar.bz2 gentoo-2-884111129bd53e11d77870c4c9392a80279f7b89.zip |
Keyworded ~amd64 and applied avoid-wraps patch - bug #62456
Diffstat (limited to 'app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff')
-rw-r--r-- | app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff b/app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff new file mode 100644 index 000000000000..b97100c4a83c --- /dev/null +++ b/app-text/wdiff/files/wdiff-0.5-avoid-wraps.diff @@ -0,0 +1,12 @@ +*** wdiff-0.5-orig/wdiff.c Sun Nov 6 09:57:23 1994 +--- wdiff-0.5/wdiff.c Thu Sep 2 12:49:07 2004 +*************** +*** 114,119 **** +--- 114,120 ---- + {"no-common" , 0, NULL, '3'}, + {"help" , 0, NULL, 'h'}, + {"ignore-case" , 0, NULL, 'i'}, ++ {"avoid-wraps" , 0, NULL, 'n'}, + {"printer" , 0, NULL, 'p'}, + {"statistics" , 0, NULL, 's'}, + {"terminal" , 0, NULL, 't'}, |