diff options
author | 2007-10-22 21:41:21 +0000 | |
---|---|---|
committer | 2007-10-22 21:41:21 +0000 | |
commit | a0d85254d9eca913b91fd54789243eb085393c5c (patch) | |
tree | cd58dbd6e8dd7c1dfc3e12d3e484341392e3e701 /sys-apps/lcdtest/files | |
parent | Version bump wrt bug #195862 thanks to Andreas Weber (diff) | |
download | gentoo-2-a0d85254d9eca913b91fd54789243eb085393c5c.tar.gz gentoo-2-a0d85254d9eca913b91fd54789243eb085393c5c.tar.bz2 gentoo-2-a0d85254d9eca913b91fd54789243eb085393c5c.zip |
Add patch for help option by Thomas A. (Arch Tester) <gentoofan23@gmail.com>. Write a build system in the ebuild as scons is freaking out. This negates earlier keywording, delete 1.08 ebuild and restart keywording from scratch.
(Portage version: 2.1.3.15)
Diffstat (limited to 'sys-apps/lcdtest/files')
-rw-r--r-- | sys-apps/lcdtest/files/1.08-help-option.patch | 12 | ||||
-rw-r--r-- | sys-apps/lcdtest/files/digest-lcdtest-1.08-r1 (renamed from sys-apps/lcdtest/files/digest-lcdtest-1.08) | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/lcdtest/files/1.08-help-option.patch b/sys-apps/lcdtest/files/1.08-help-option.patch new file mode 100644 index 000000000000..19254997cef9 --- /dev/null +++ b/sys-apps/lcdtest/files/1.08-help-option.patch @@ -0,0 +1,12 @@ +--- lcdtest-1.08/src/lcdtest.c 2007-06-05 19:38:23.000000000 -0400 ++++ lcdtest.c 2007-10-22 13:04:09.000000000 -0400 +@@ -680,7 +680,8 @@ + { + argv++; + if ((strcmp (argv [0], "--help") == 0) || +- (strcmp (argv [0], "-?") == 0)) ++ (strcmp (argv [0], "-?") == 0) || ++ (strcmp (argv [0], "-h") ==0)) + { + usage (stderr); + help (stderr); diff --git a/sys-apps/lcdtest/files/digest-lcdtest-1.08 b/sys-apps/lcdtest/files/digest-lcdtest-1.08-r1 index aac23e441893..aac23e441893 100644 --- a/sys-apps/lcdtest/files/digest-lcdtest-1.08 +++ b/sys-apps/lcdtest/files/digest-lcdtest-1.08-r1 |