commit: 840d9b405ffd47e73866ae04f8d16098b290ed6b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 15 07:09:27 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 15 07:10:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840d9b40
dev-games/freecell-solver: Fix patch file path Closes: https://bugs.gentoo.org/717482 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../freecell-solver/files/freecell-solver-5.22.1-no-docs.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch b/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch index 96ab62fe30f..b2e8164ef58 100644 --- a/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch +++ b/dev-games/freecell-solver/files/freecell-solver-5.22.1-no-docs.patch @@ -5,13 +5,13 @@ Subject: [PATCH] We'll install docs manually, thanks Signed-off-by: Andreas Sturmlechner <[email protected]> --- - fc-solve/source/CMakeLists.txt | 12 ++++++------ + CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -diff --git a/fc-solve/source/CMakeLists.txt b/fc-solve/source/CMakeLists.txt +diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c550764f..59c1defb3 100644 ---- a/fc-solve/source/CMakeLists.txt -+++ b/fc-solve/source/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -1274,12 +1274,12 @@ IF (WIN32 AND NOT UNIX) LIST(APPEND docs_to_install "README.win32.txt") ENDIF ()
