diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-07 13:58:42 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-07 13:58:42 +0000 |
commit | 461000244835eb7227f5a23dce58488235822e14 (patch) | |
tree | 11aa84878fde50037c6864df9872c68816797b7b /dev-cpp/libxmlpp/files | |
parent | Add patch to properly respect USE flags (#81966). (diff) | |
download | gentoo-2-461000244835eb7227f5a23dce58488235822e14.tar.gz gentoo-2-461000244835eb7227f5a23dce58488235822e14.tar.bz2 gentoo-2-461000244835eb7227f5a23dce58488235822e14.zip |
Revision bump; added patch to fix errant semicolon for bug 95323.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-cpp/libxmlpp/files')
-rw-r--r-- | dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 (renamed from dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1) | 0 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1 b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 index 3a1250698921..3a1250698921 100644 --- a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r1 +++ b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff new file mode 100644 index 000000000000..c269ac4a4337 --- /dev/null +++ b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff @@ -0,0 +1,11 @@ +--- libxml++/validators/validator.h.orig 2005-06-07 09:22:53.000000000 -0400 ++++ libxml++/validators/validator.h 2004-05-28 17:33:03.000000000 -0400 +@@ -22,7 +22,7 @@ + + extern "C" { + struct _xmlValidCtxt; +-}; ++} + + namespace xmlpp { + |