From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 504F4138334 for ; Sun, 25 Aug 2019 15:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FD8E07F6; Sun, 25 Aug 2019 15:58:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FEC1E07FE for ; Sun, 25 Aug 2019 15:58:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7C6134A277 for ; Sun, 25 Aug 2019 15:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5FBF771 for ; Sun, 25 Aug 2019 15:58:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1566748306.0919013a4f62860e55317a36fe546c6fe09489af.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kexi/kexi-9999.ebuild X-VCS-Directories: app-office/kexi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0919013a4f62860e55317a36fe546c6fe09489af X-VCS-Branch: master Date: Sun, 25 Aug 2019 15:58:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22d6399c-64e8-4b5e-8ebd-427bdbcd04c7 X-Archives-Hash: 4e75e23d6ba6cbbe116c7acc6dbaf2c8 commit: 0919013a4f62860e55317a36fe546c6fe09489af Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 24 09:35:03 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 15:51:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0919013a 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 gentoo.org> app-office/kexi/kexi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index b05c229278..0730466c71 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.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