commit: 05c0ceea6b270a42f7e9dc7870a36fd7692ae87e Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 20:33:59 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 20:33:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c0ceea
virtual/mysql: Revbump to fix dependencies Move virtual/libmysqlclient PDEPEND to the providers Remove the failed client-libs USE dependency Add server USE as a requirement Package-Manager: portage-2.2.27 virtual/mysql/mysql-5.6-r8.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/virtual/mysql/mysql-5.6-r8.ebuild b/virtual/mysql/mysql-5.6-r8.ebuild new file mode 100644 index 0000000..4d8fe17 --- /dev/null +++ b/virtual/mysql/mysql-5.6-r8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="Virtual for MySQL database server" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/18" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="embedded static" + +DEPEND="" +RDEPEND="|| ( + =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.3*[embedded?,server,static?] + ) +"