From fb6daced97dba194dfb65dd10793f4039fe95a6d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Jun 2019 22:49:40 +0100 Subject: media-libs/openimageio : add newer ebuild than what gentoo has --- media-libs/openimageio/files/externalpackages.cmake.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media-libs/openimageio/files/externalpackages.cmake.patch (limited to 'media-libs/openimageio/files/externalpackages.cmake.patch') diff --git a/media-libs/openimageio/files/externalpackages.cmake.patch b/media-libs/openimageio/files/externalpackages.cmake.patch new file mode 100644 index 00000000..f8386e29 --- /dev/null +++ b/media-libs/openimageio/files/externalpackages.cmake.patch @@ -0,0 +1,11 @@ +--- a/src/cmake/externalpackages.cmake ++++ b/src/cmake/externalpackages.cmake +@@ -103,7 +102,7 @@ + if (NOT USE_STD_REGEX) + list (APPEND Boost_COMPONENTS regex) + endif () +- find_package (Boost 1.53 REQUIRED ++ find_package (Boost 1.69 REQUIRED + COMPONENTS ${Boost_COMPONENTS}) + endif () + -- cgit v1.2.3