Signed-off-by: Brian Evans <grknight@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
--- /dev/null
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for MySQL client libraries"
+SLOT="0/18"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="mariadb static-libs"
+
+RDEPEND="
+mariadb? ( dev-db/mariadb-connector-c[mysqlcompat,static-libs?,${MULTILIB_USEDEP}] )
+!mariadb? ( dev-db/mysql-connector-c:${SLOT}[static-libs?,${MULTILIB_USEDEP}] )"
<email>mysql-bugs@gentoo.org</email>
<name>MySQL</name>
</maintainer>
+ <use>
+ <flag name="mariadb">Prefer dev-db/mariadb-connector-c to prevent blocks on other packages</flag>
+ </use>
+ <longdescription>
+ Originally, this package was meant to have providers be switched easily.
+ However, the dependency resolution and rebuilding does not work through a virtual.
+ This package is deprecated and will be removed in the future.
+ </longdescription>
</pkgmetadata>