summaryrefslogtreecommitdiff
path: root/virtual/mysql/mysql-5.6-r13.ebuild
blob: 73175e6252cdfdee3a140ea89fe639752a49bd8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2025 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

DESCRIPTION="Virtual for MySQL database server"
SLOT="0/18"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="embedded +server static"

RDEPEND="|| (
		>=dev-db/mysql-${PV}[embedded(-)?,server?,static(-)?]
		>=dev-db/percona-server-${PV}[embedded(-)?,server?,static(-)?]
		>=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static(-)?]
	)
"