commit:     872c20f33a28f49d485c1d52465d273cdce40858
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 20:24:32 2014 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> 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? (

Reply via email to