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 88B5913800E for ; Mon, 23 Jul 2012 10:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E880E07A8; Mon, 23 Jul 2012 10:12:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A2B0E07A8 for ; Mon, 23 Jul 2012 10:12:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 627B61B42E0 for ; Mon, 23 Jul 2012 10:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33E20E5436 for ; Mon, 23 Jul 2012 10:12:11 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1343038285.4b5ad6794de063a0d71fa17e25ce06163a37c773.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass eclass/mysql-cmake.eclass eclass/mysql-v2.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 4b5ad6794de063a0d71fa17e25ce06163a37c773 X-VCS-Branch: master Date: Mon, 23 Jul 2012 10:12:11 +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: 18110926-e762-41d5-98ca-68457e79c64a X-Archives-Hash: a5beafdc90bc2c7edb54550f00a6d9b3 commit: 4b5ad6794de063a0d71fa17e25ce06163a37c773 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Mon Jul 23 10:11:25 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Mon Jul 23 10:11:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=4b5ad679 Add missing eclasses to inherit and fix typo on mysql-v2 eclass. --- eclass/mysql-autotools.eclass | 2 +- eclass/mysql-cmake.eclass | 2 +- eclass/mysql-v2.eclass | 2 +- eclass/mysql.eclass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index 6934abc..fb89a5d 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -17,7 +17,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit autotools +inherit autotools flag-o-matic multilib # # HELPER FUNCTIONS: diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 7e2e0ea..d90ab77 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -15,7 +15,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit cmake-utils +inherit autotools flag-o-matic multilib # # HELPER FUNCTIONS: diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 7864f8a..052c7ba 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -15,7 +15,7 @@ # This eclass uses the mysql-autotools and mysql-cmake eclasses for the # specific bits related to the build system. # It provides the src_unpack, src_prepare, src_configure, src_compile, -# scr_install, pkg_preinst, pkg_postinst, pkg_config and pkg_postrm +# src_install, pkg_preinst, pkg_postinst, pkg_config and pkg_postrm # phase hooks. # @ECLASS-VARIABLE: BUILD diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index a008f1c..62ec1ef 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -19,7 +19,7 @@ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils flag-o-matic gnuconfig autotools mysql_fx versionator toolchain-funcs +inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase