dev-util/cmake: Fix boost detection in 3.11.4 as well
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 23 Jul 2018 14:13:50 +0000 (16:13 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 23 Jul 2018 14:14:05 +0000 (16:14 +0200)
Bug: https://bugs.gentoo.org/660980
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-util/cmake/cmake-3.11.4-r1.ebuild [moved from dev-util/cmake/cmake-3.11.4.ebuild with 94% similarity]

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 b9e25d107095882f1a54609de995dcecfb936c8b..6e13be1ef965badcb2f5558d0cd06a53adeb9a73 100644 (file)
@@ -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
 )