commit:     a6adfbef3b99017467ba4a27889315e6a1bb6659
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 14:11:05 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 14:11:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6adfbef

virtual/mysql: Revbump virtual for cluster 7.4 and embedded fine tuning

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

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

Reply via email to