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 B252B13877A for ; Fri, 22 Aug 2014 18:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F03CE084D; Fri, 22 Aug 2014 18:15:48 +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 ECF52E084D for ; Fri, 22 Aug 2014 18:15:47 +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 19E7233DF97 for ; Fri, 22 Aug 2014 18:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA4CC3BB2 for ; Fri, 22 Aug 2014 18:15:45 +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: <1408731257.fe8a357a3ee2336c245d166118d32dc3a64d473c.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: fe8a357a3ee2336c245d166118d32dc3a64d473c X-VCS-Branch: master Date: Fri, 22 Aug 2014 18:15:45 +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: b89c6cf6-88e1-4429-a7bd-7af6d8c01a1a X-Archives-Hash: 90da99e97c4823aa5926207eca1a077b commit: fe8a357a3ee2336c245d166118d32dc3a64d473c Author: Brian Evans gentoo org> AuthorDate: Fri Aug 22 18:14:17 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 22 18:14:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=fe8a357a [eclass] Add mysql_config to MULTILIB_CHOST_TOOLS --- eclass/mysql-multilib.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 8b5b75a..a9a3d75 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -332,6 +332,9 @@ PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 ) # my_config.h includes ABI specific data MULTILIB_WRAPPED_HEADERS=( /usr/include/mysql/my_config.h /usr/include/mysql/private/embedded_priv.h ) +# wrap the config script +MULTILIB_CHOST_TOOLS=( /usr/bin/mysql_config ) + # # HELPER FUNCTIONS: #