From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE421138334 for ; Mon, 23 Jul 2018 14:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90844E0843; Mon, 23 Jul 2018 14:14:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44577E0843 for ; Mon, 23 Jul 2018 14:14:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77C07335D50 for ; Mon, 23 Jul 2018 14:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4607837D for ; Mon, 23 Jul 2018 14:14:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1532355245.705548a43869f859770da2c388ba16a72468e2c6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.11.4-r1.ebuild dev-util/cmake/cmake-3.11.4.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 705548a43869f859770da2c388ba16a72468e2c6 X-VCS-Branch: master Date: Mon, 23 Jul 2018 14:14:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4830e97a-b875-49c5-8efc-e8609881110a X-Archives-Hash: 5293bb2fb183cffe7fe5ef80967cae6c commit: 705548a43869f859770da2c388ba16a72468e2c6 Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 23 14:13:50 2018 +0000 Commit: Lars Wendler gentoo 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 )