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 20EC713838B for ; Wed, 17 Sep 2014 20:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86115E0A41; Wed, 17 Sep 2014 20:24: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 3E2B9E0A41 for ; Wed, 17 Sep 2014 20:24:48 +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 3E24333F7DF for ; Wed, 17 Sep 2014 20:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2E55D48 for ; Wed, 17 Sep 2014 20:24: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: <1410985472.872c20f33a28f49d485c1d52465d273cdce40858.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: 872c20f33a28f49d485c1d52465d273cdce40858 X-VCS-Branch: master Date: Wed, 17 Sep 2014 20:24: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: d185b528-6651-4268-b284-e32338c96493 X-Archives-Hash: 133f93b8fd982fd15f6be49ba7bb4e51 commit: 872c20f33a28f49d485c1d52465d273cdce40858 Author: Brian Evans gentoo org> AuthorDate: Wed Sep 17 20:24:32 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Sep 17 20:24:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=872c20f3 Add iproute2 to mariadb-galera RDEPEND to match upstream requirements of other distros --- eclass/mysql-multilib.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 232e905..80c069b 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -315,6 +315,7 @@ if [[ ${PN} == "mariadb-galera" ]] ; then # # lsof is required as of 5.5.38 and 10.0.11 for the rsync sst RDEPEND="${RDEPEND} + sys-apps/iproute2 =sys-cluster/galera-${WSREP_REVISION}* sst_rsync? ( sys-process/lsof ) sst_xtrabackup? (