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 A50F113877A for ; Thu, 21 Aug 2014 18:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 779D6E0850; Thu, 21 Aug 2014 18:25:25 +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 24771E0850 for ; Thu, 21 Aug 2014 18:25:25 +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 F093B33FD18 for ; Thu, 21 Aug 2014 18:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BEDD132A for ; Thu, 21 Aug 2014 18:25:22 +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: <1408645516.35e3a1055b9a0890b76877be2c99c788e945a60f.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 35e3a1055b9a0890b76877be2c99c788e945a60f X-VCS-Branch: master Date: Thu, 21 Aug 2014 18:25:22 +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: 0bf35758-b880-4f2a-a56e-87914f4a52c9 X-Archives-Hash: 343aba143c96c1463b044009e6c1812a commit: 35e3a1055b9a0890b76877be2c99c788e945a60f Author: Brian Evans gentoo org> AuthorDate: Thu Aug 21 18:25:16 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 21 18:25:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=35e3a105 Update v2 eclass as well for galera --- eclass/mysql-v2.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 607a2a4..24e3996 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -360,8 +360,11 @@ if [[ ${PN} == "mariadb-galera" ]] ; then # The wsrep API version must match between the ebuild and sys-cluster/galera. # This will be indicated by WSREP_REVISION in the ebuild and the first number # in the version of sys-cluster/galera + # + # lsof is required as of 5.5.38 and 10.0.11 for the rsync sst RDEPEND="${RDEPEND} =sys-cluster/galera-${WSREP_REVISION}* + sys-process/lsof " fi