From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 646621384B4 for ; Thu, 19 Nov 2015 06:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 636C221C022; Thu, 19 Nov 2015 06:45:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03B5E21C022 for ; Thu, 19 Nov 2015 06:45:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D614E3406A7 for ; Thu, 19 Nov 2015 06:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D025D9F5 for ; Thu, 19 Nov 2015 06:45:49 +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: <1447915545.904506ac8360563ddca933860b60bde1ee38e6c3.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.4.0-r1.ebuild dev-util/cmake/cmake-3.4.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 904506ac8360563ddca933860b60bde1ee38e6c3 X-VCS-Branch: master Date: Thu, 19 Nov 2015 06:45:49 +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: 297200b3-9a54-45ea-90ac-d4583eab3178 X-Archives-Hash: fc1f8522592c64f16d8a1b50f6dac86b commit: 904506ac8360563ddca933860b60bde1ee38e6c3 Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 19 06:45:22 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 19 06:45:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904506ac dev-util/cmake: Revbump (3.4.0-r1) to re-add FindQt4 patch which was dropped by accident. Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler gentoo.org> dev-util/cmake/{cmake-3.4.0.ebuild => cmake-3.4.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cmake/cmake-3.4.0.ebuild b/dev-util/cmake/cmake-3.4.0-r1.ebuild similarity index 99% rename from dev-util/cmake/cmake-3.4.0.ebuild rename to dev-util/cmake/cmake-3.4.0-r1.ebuild index be5bbe9..bf3ff38 100644 --- a/dev-util/cmake/cmake-3.4.0.ebuild +++ b/dev-util/cmake/cmake-3.4.0-r1.ebuild @@ -58,6 +58,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.0.0-FindBLAS.patch "${FILESDIR}"/${PN}-3.0.0-FindBoost-python.patch "${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch + "${FILESDIR}"/${PN}-3.3.2-FindQt4.patch # respect python eclasses "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch