commit: 1bc97eaaac711c1b113caca0d94ddbaaee911b70 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Dec 26 08:25:25 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Dec 26 13:42:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc97eaa
dev-cpp/yaml-cpp: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28819 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../yaml-cpp/files/yaml-cpp-0.7.0-pkg-config.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-cpp/yaml-cpp/files/yaml-cpp-0.7.0-pkg-config.patch b/dev-cpp/yaml-cpp/files/yaml-cpp-0.7.0-pkg-config.patch deleted file mode 100644 index 3e7bc7bae937..000000000000 --- a/dev-cpp/yaml-cpp/files/yaml-cpp-0.7.0-pkg-config.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.gentoo.org/807745 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -148,13 +148,13 @@ if (YAML_CPP_INSTALL) - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - FILES_MATCHING PATTERN "*.h") - install(EXPORT yaml-cpp-targets -- DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/yaml-cpp") -+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/yaml-cpp") - install(FILES - "${PROJECT_BINARY_DIR}/yaml-cpp-config.cmake" - "${PROJECT_BINARY_DIR}/yaml-cpp-config-version.cmake" -- DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/yaml-cpp") -+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/yaml-cpp") - install(FILES "${PROJECT_BINARY_DIR}/yaml-cpp.pc" -- DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig) -+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - endif() - - if(YAML_CPP_BUILD_TESTS)
