diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-10 13:22:05 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-10 13:22:05 +0000 |
commit | 98c6aa5515a1d795a886e7f7144248bb15dce21e (patch) | |
tree | 190ec65026e747a191ae27ecc7f085c8c1c01eb1 /app-misc/detox/files | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-98c6aa5515a1d795a886e7f7144248bb15dce21e.tar.gz gentoo-2-98c6aa5515a1d795a886e7f7144248bb15dce21e.tar.bz2 gentoo-2-98c6aa5515a1d795a886e7f7144248bb15dce21e.zip |
Revision bump; upstream uses a char (and assumes it's unsigned on top of it) where they should've used an int - bug 95628.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/detox/files')
-rw-r--r-- | app-misc/detox/files/detox-1.1.1-use-correct-type.diff | 12 | ||||
-rw-r--r-- | app-misc/detox/files/digest-detox-1.1.1-r1 | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/detox/files/detox-1.1.1-use-correct-type.diff b/app-misc/detox/files/detox-1.1.1-use-correct-type.diff new file mode 100644 index 000000000000..124be9b3cc2a --- /dev/null +++ b/app-misc/detox/files/detox-1.1.1-use-correct-type.diff @@ -0,0 +1,12 @@ +diff --exclude='*~' --exclude='.*' -I '$Id:' -urN detox-1.1.1.orig/parse_options_popt.c detox-1.1.1/parse_options_popt.c +--- detox-1.1.1.orig/parse_options_popt.c 2005-03-04 20:54:56.000000000 -0500 ++++ detox-1.1.1/parse_options_popt.c 2005-06-10 08:55:13.000000000 -0400 +@@ -69,7 +69,7 @@ + + char *work; + +- char c; /* used for argument parsing */ ++ int c; /* used for argument parsing */ + poptContext optCon; /* context for parsing command-line options */ + + int i; diff --git a/app-misc/detox/files/digest-detox-1.1.1-r1 b/app-misc/detox/files/digest-detox-1.1.1-r1 new file mode 100644 index 000000000000..11dc51571918 --- /dev/null +++ b/app-misc/detox/files/digest-detox-1.1.1-r1 @@ -0,0 +1 @@ +MD5 1219f38e34e56186ff18b3c0aa12bb0d detox-1.1.1.tar.bz2 53871 |