Move from virtual/mysql to dev-db/mysql-connector-c as the package looks
for libmysqlclient
Closes: https://bugs.gentoo.org/665904
Package-Manager: Portage-2.3.50, Repoman-2.3.11
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
IUSE="java mysql postgres +sqlite"
RDEPEND=">=gnustep-libs/performance-0.3.2
- mysql? ( virtual/mysql:= )
+ mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
sqlite? ( >=dev-db/sqlite-3 )"
DEPEND="${RDEPEND}"