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 ABED713838B for ; Fri, 26 Sep 2014 20:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F229E0B45; Fri, 26 Sep 2014 20:32:27 +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 D0721E0B25 for ; Fri, 26 Sep 2014 20:32:26 +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 B440233BE44 for ; Fri, 26 Sep 2014 20:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA74659B for ; Fri, 26 Sep 2014 20:32:24 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1411763537.218fe06531ffe10a282b115cabbeded703a8241e.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 218fe06531ffe10a282b115cabbeded703a8241e X-VCS-Branch: master Date: Fri, 26 Sep 2014 20:32:24 +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: 539882c0-6bb5-4547-8d04-7698eeda2059 X-Archives-Hash: 1cbadb0f57dcdc5055cb1c3d912883a6 commit: 218fe06531ffe10a282b115cabbeded703a8241e Author: Brian Evans gentoo org> AuthorDate: Fri Sep 26 20:32:17 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Sep 26 20:32:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=218fe065 [eclass] remove cmake warning from cutting bundled lzma --- eclass/mysql-cmake.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 979077d..c353e96 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -272,6 +272,7 @@ mysql-cmake_src_prepare() { # Don't build bundled xz-utils rm -f "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake" touch "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake" + sed -i 's/ build_lzma//' "${S}/storage/tokudb/ft-index/ft/CMakeLists.txt" || die fi epatch_user