summaryrefslogtreecommitdiff
blob: 0c307dfb1a7c1b98203d2a4e8dac71959f47983f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Virtual for MySQL client or database"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0/19"
KEYWORDS=""
IUSE="embedded static"

DEPEND=""
RDEPEND="|| (
	=dev-db/mariadb-${PV}[embedded?,server,static?]
)"