diff options
author | Brian Evans <grknight@gentoo.org> | 2016-03-09 15:33:59 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-03-09 15:33:59 -0500 |
commit | 05c0ceea6b270a42f7e9dc7870a36fd7692ae87e (patch) | |
tree | 1d3b0ffe3e046acacbdc35c4cc42bd47e65433d5 /virtual/mysql | |
parent | mysql-multilib-r1.eclass: Move the virtual/libmysqlclient PDEPEND to the prov... (diff) | |
download | gentoo-05c0ceea6b270a42f7e9dc7870a36fd7692ae87e.tar.gz gentoo-05c0ceea6b270a42f7e9dc7870a36fd7692ae87e.tar.bz2 gentoo-05c0ceea6b270a42f7e9dc7870a36fd7692ae87e.zip |
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
Diffstat (limited to 'virtual/mysql')
-rw-r--r-- | virtual/mysql/mysql-5.6-r8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/virtual/mysql/mysql-5.6-r8.ebuild b/virtual/mysql/mysql-5.6-r8.ebuild new file mode 100644 index 000000000000..4d8fe17e91c1 --- /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?] + ) +" |