mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
25
virtual/mysql/mysql-5.6-r8.ebuild
Normal file
25
virtual/mysql/mysql-5.6-r8.ebuild
Normal file
@@ -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?]
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user