commit:     8b6b21e5653ed81d841950eb1583120efaede280
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 17:30:49 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 17:30:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6b21e5

virtual/mysql: Restore 5.6-r6 to fix dependencies

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/mysql/mysql-5.6-r6.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/virtual/mysql/mysql-5.6-r6.ebuild 
b/virtual/mysql/mysql-5.6-r6.ebuild
new file mode 100644
index 00000000000..c0766fda8bf
--- /dev/null
+++ b/virtual/mysql/mysql-5.6-r6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for MySQL database server"
+SLOT="0/18"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+IUSE="embedded static static-libs"
+
+RDEPEND="
+       virtual/libmysqlclient[static-libs?,${MULTILIB_USEDEP}]
+       embedded? (
+               || (
+                       =dev-db/mariadb-10.1*[client-libs(+),embedded,static=]
+                       =dev-db/mariadb-10.0*[client-libs(+),embedded,static=]
+                       =dev-db/mysql-${PV}*[client-libs(+),embedded,static=]
+                       
=dev-db/percona-server-${PV}*[client-libs(+),embedded,static=]
+                       
=dev-db/mariadb-galera-10.0*[client-libs(+),embedded,static=]
+                       
=dev-db/mysql-cluster-7.3*[client-libs(+),embedded,static=]
+               )
+       )
+       !embedded? (
+               || (
+                       =dev-db/mariadb-10.1*[-embedded,static=]
+                       =dev-db/mariadb-10.0*[-embedded,static=]
+                       =dev-db/mysql-${PV}*[-embedded,static=]
+                       =dev-db/percona-server-${PV}*[-embedded,static=]
+                       =dev-db/mariadb-galera-10.0*[-embedded,static=]
+                       =dev-db/mysql-cluster-7.3*[-embedded,static=]
+               )
+       )
+"

Reply via email to