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 470C913877A for ; Tue, 19 Aug 2014 18:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F1BE08C2; Tue, 19 Aug 2014 18:41:05 +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 C9E10E08C2 for ; Tue, 19 Aug 2014 18:41:04 +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 C80D834019E for ; Tue, 19 Aug 2014 18:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7320C3949 for ; Tue, 19 Aug 2014 18:41:02 +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: <1408473647.e707d9f15df18f950a340baf9237e71bb07dbe71.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e707d9f15df18f950a340baf9237e71bb07dbe71 X-VCS-Branch: master Date: Tue, 19 Aug 2014 18:41:02 +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: 0c529a89-418d-4ad1-a324-5db5a0b0e632 X-Archives-Hash: cf6dba6a03b157825e49709a786f36af commit: e707d9f15df18f950a340baf9237e71bb07dbe71 Author: Brian Evans gentoo org> AuthorDate: Tue Aug 19 18:40:47 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Aug 19 18:40:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=e707d9f1 [eclass] Fix typo and systemtap support --- eclass/mysql-multilib.eclass | 3 ++- eclass/mysql-v2.eclass | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 69bf3b7..bdbaf92 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -248,7 +248,7 @@ else fi if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] ; then - mysql_verison_is_at_least "5.7.5" && DEPEND="${DEPEND} dev-libs/boost:0=" + mysql_version_is_at_least "5.7.5" && DEPEND="${DEPEND} dev-libs/boost:0=" fi if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]] ; then @@ -451,6 +451,7 @@ multilib_src_configure() { -DWITH_SSL=$(usex ssl system bundled) -DWITH_DEFAULT_COMPILER_OPTIONS=0 -DWITH_DEFAULT_FEATURE_SET=0 + $(cmake-utils_use_enable systemtap DTRACE) ) if in_iuse bindist ; then diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index bb5044e..607a2a4 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -291,7 +291,7 @@ else fi if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] ; then - mysql_verison_is_at_least "5.7.5" && DEPEND="${DEPEND} dev-libs/boost" + mysql_version_is_at_least "5.7.5" && DEPEND="${DEPEND} dev-libs/boost" fi if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]] ; then