diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-06-21 08:52:24 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-06-21 08:52:24 +0000 |
commit | b781196b55b15223e86bd6984a60f79bcac95258 (patch) | |
tree | a6236469dffa716c0dfb47f4283d8dce8ed558c9 /dev-util/monotone/files | |
parent | Silent bump to ooo-build-2.2.1, bunch of bugfixes. Also fix java bug #171274 (diff) | |
download | gentoo-2-b781196b55b15223e86bd6984a60f79bcac95258.tar.gz gentoo-2-b781196b55b15223e86bd6984a60f79bcac95258.tar.bz2 gentoo-2-b781196b55b15223e86bd6984a60f79bcac95258.zip |
version bump and patch as per bug #177147 thanks to Cameron Brunner
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/monotone/files')
-rw-r--r-- | dev-util/monotone/files/digest-monotone-0.35 | 3 | ||||
-rw-r--r-- | dev-util/monotone/files/monotone-0.35-numeric-vocab.patch | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/monotone/files/digest-monotone-0.35 b/dev-util/monotone/files/digest-monotone-0.35 new file mode 100644 index 000000000000..485216f8e984 --- /dev/null +++ b/dev-util/monotone/files/digest-monotone-0.35 @@ -0,0 +1,3 @@ +MD5 9b53046dda8ba7549fa5ce765e14fa65 monotone-0.35.tar.gz 4857094 +RMD160 91cb91fc25415f8357a57f199a5f83b8ea9293a1 monotone-0.35.tar.gz 4857094 +SHA256 bbe0c5ff34f58a8af81563560e5f21408a568dfe277baa452a56f19b5b7a07de monotone-0.35.tar.gz 4857094 diff --git a/dev-util/monotone/files/monotone-0.35-numeric-vocab.patch b/dev-util/monotone/files/monotone-0.35-numeric-vocab.patch new file mode 100644 index 000000000000..fc91e0c66f5e --- /dev/null +++ b/dev-util/monotone/files/monotone-0.35-numeric-vocab.patch @@ -0,0 +1,10 @@ +--- monotone-0.35.orig/numeric_vocab.hh 2007-06-20 14:17:12.689221923 -0300 ++++ monotone-0.35/numeric_vocab.hh 2007-06-20 14:15:41.297802806 -0300 +@@ -12,6 +12,7 @@ + + #include <cstddef> + #include <limits> ++#include <climits> + + #include "mt-stdint.h" + #include <boost/static_assert.hpp> |