diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 11:35:03 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 12:29:59 +0200 |
commit | 8059e2bb8c45938418091e03fab3c4d9c9a0737e (patch) | |
tree | 54aa104b7a024524c65ed72e50953b1ab4f532c4 /app-office/kexi | |
parent | app-i18n/tomoe: migrate to dev-db/mysql-connector-c (diff) | |
download | gentoo-8059e2bb8c45938418091e03fab3c4d9c9a0737e.tar.gz gentoo-8059e2bb8c45938418091e03fab3c4d9c9a0737e.tar.bz2 gentoo-8059e2bb8c45938418091e03fab3c4d9c9a0737e.zip |
app-office/kexi: migrate to dev-db/mysql-connector-c
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-office/kexi')
-rw-r--r-- | app-office/kexi/kexi-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/kexi/kexi-3.2.0.ebuild b/app-office/kexi/kexi-3.2.0.ebuild index 5bef8c3c8265..5fb6cd97867e 100644 --- a/app-office/kexi/kexi-3.2.0.ebuild +++ b/app-office/kexi/kexi-3.2.0.ebuild @@ -47,7 +47,7 @@ DEPEND=" dev-libs/glib:2 virtual/libiconv ) - mysql? ( virtual/libmysqlclient ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* dev-libs/libpqxx |