commit:     705548a43869f859770da2c388ba16a72468e2c6
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 14:13:50 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 14:14:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705548a4

dev-util/cmake: Fix boost detection in 3.11.4 as well

Bug: https://bugs.gentoo.org/660980
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-util/cmake/{cmake-3.11.4.ebuild => cmake-3.11.4-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.11.4.ebuild 
b/dev-util/cmake/cmake-3.11.4-r1.ebuild
similarity index 94%
rename from dev-util/cmake/cmake-3.11.4.ebuild
rename to dev-util/cmake/cmake-3.11.4-r1.ebuild
index b9e25d10709..6e13be1ef96 100644
--- a/dev-util/cmake/cmake-3.11.4.ebuild
+++ b/dev-util/cmake/cmake-3.11.4-r1.ebuild
@@ -59,7 +59,10 @@ PATCHES=(
        "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
        "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
 
-       # upstream fixes (can usually be removed with a version bump)
+       # boost (#660980)                                                       
                                                                                
                                                   
+       "${FILESDIR}"/${PN}-3.11.4-fix-boost-detection.patch
+
+       # upstream fixes (can usually be removed with a version bump)
        "${FILESDIR}"/${P}-libuv-1.21.patch
 )
 

Reply via email to