summaryrefslogtreecommitdiff
path: root/dev-python/GitPython/GitPython-3.1.31.ebuild
diff options
context:
space:
mode:
authorViolet Purcell <vimproved@inventati.org>2023-07-09 14:18:06 +0000
committerSam James <sam@gentoo.org>2023-07-11 05:34:19 +0100
commit177134bd1b059a651d7644a0c983444b4d122db4 (patch)
treefdc5207e1119e0ec60489cdb954763dad97c7f65 /dev-python/GitPython/GitPython-3.1.31.ebuild
parent942655e1b33d88253997d5a1174fff8e3d0c9230 (diff)
downloadgentoo-177134bd1b059a651d7644a0c983444b4d122db4.tar.gz
gentoo-177134bd1b059a651d7644a0c983444b4d122db4.tar.bz2
gentoo-177134bd1b059a651d7644a0c983444b4d122db4.zip
media-gfx/openvdb: Fix usage of removed std::auto_ptr
auto_ptr was deprecated in C++11 and removed in C++17. This bug appears to step from log4cplus, where auto_ptr was replaced with unique_ptr in the 2.0 release. OpenVDB attempts to check for this with the LOG4CPLUS_VERSION macro, however it's defined in the log4cplus/version.h header, which is never included. This patch adds the missing include, which fixes the issue with std::auto_ptr. Closes: https://bugs.gentoo.org/901991 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/31812 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/GitPython/GitPython-3.1.31.ebuild')
0 files changed, 0 insertions, 0 deletions