app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / virtual / mysql / mysql-5.6-r13.ebuild
blobe395fa477b44976c46b3f8cac9ffecce14f62fd4
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Virtual for MySQL database server"
7 SLOT="0/18"
8 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
9 IUSE="embedded +server static"
11 RDEPEND="|| (
12                 >=dev-db/mariadb-10.0[embedded(-)?,server?,static?]
13                 >=dev-db/mysql-${PV}[embedded(-)?,server?,static(-)?]
14                 >=dev-db/percona-server-${PV}[embedded(-)?,server?,static(-)?]
15                 >=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static(-)?]
16         )