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 68BDF1396D1 for ; Sat, 12 Aug 2017 12:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE371FC04B; Sat, 12 Aug 2017 12:40:11 +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 9836B1FC04B for ; Sat, 12 Aug 2017 12:40:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 81F6434177A for ; Sat, 12 Aug 2017 12:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A2E77692 for ; Sat, 12 Aug 2017 12:40:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1502541590.a1bc343494b01ed4ceb0a35b5c4ea1cd1822c6eb.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a1bc343494b01ed4ceb0a35b5c4ea1cd1822c6eb X-VCS-Branch: master Date: Sat, 12 Aug 2017 12:40:04 +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-Archives-Salt: 416f1fdd-e97f-4080-9123-c73632f9e604 X-Archives-Hash: 46ddb4c5a213560d9efe4d0a7a38d689 commit: a1bc343494b01ed4ceb0a35b5c4ea1cd1822c6eb Author: Michael Palimaka gentoo org> AuthorDate: Sat Aug 12 12:39:46 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 12 12:39:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1bc3434 app-office/kexi: sync with main tree Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-office/kexi/kexi-9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index d356ddf0b6..d6e55cb534 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -41,7 +41,10 @@ COMMON_DEPEND=" dev-libs/kproperty dev-libs/kreport marble? ( $(add_kdeapps_dep marble) ) - mdb? ( dev-libs/glib:2 ) + mdb? ( + dev-libs/glib:2 + virtual/libiconv + ) mysql? ( virtual/libmysqlclient ) postgres? ( dev-db/postgresql:* @@ -49,9 +52,6 @@ COMMON_DEPEND=" ) webkit? ( $(add_qt_dep qtwebkit) ) " -# Not yet ported: -# sybase? ( dev-db/freetds ) -# xbase? ( dev-db/xbase ) DEPEND="${COMMON_DEPEND} sys-devel/gettext " @@ -72,15 +72,10 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package activities KF5Activities) $(cmake-utils_use_find_package marble KexiMarble) $(cmake-utils_use_find_package mdb GLIB2) $(cmake-utils_use_find_package mysql MySQL) $(cmake-utils_use_find_package postgres KexiPostgreSQL) ) - # Not yet ported: -# $(cmake-utils_use_find_package sybase FreeTDS) -# $(cmake-utils_use_find_package xbase XBase) - kde5_src_configure }