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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F9C715808B for ; Mon, 21 Feb 2022 14:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F57E0995; Mon, 21 Feb 2022 14:54:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A50AE0995 for ; Mon, 21 Feb 2022 14:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED5CF34366D for ; Mon, 21 Feb 2022 14:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DC12CC for ; Mon, 21 Feb 2022 14:54:12 +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: <1645455246.19b91d7b380cf7dab06d7e7b60136a6c123e03bf.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: 19b91d7b380cf7dab06d7e7b60136a6c123e03bf X-VCS-Branch: master Date: Mon, 21 Feb 2022 14:54:12 +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: c10518b6-59f5-4856-8c6b-0dc2b848d541 X-Archives-Hash: f0db5dc3868bb6ba512423d73629be75 commit: 19b91d7b380cf7dab06d7e7b60136a6c123e03bf Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 21 14:36:00 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 21 14:54:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=19b91d7b app-office/kexi: Fix cmake var Upstream commit a794a33e82d2911fcf067ce1c5777e5c7a48d191 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kexi/kexi-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index e41fa2f1a2..03c0e1d0a2 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -22,7 +22,6 @@ LICENSE="GPL-2" # TODO: CHECK SLOT="5" IUSE="debug experimental marble mdb mysql postgres sqlite" -BDEPEND="sys-devel/gettext" DEPEND=" >=dev-db/kdb-3.1.0-r1:5=[debug?,mysql?,postgres?,sqlite?] >=dev-libs/kproperty-3.1.0:5= @@ -62,6 +61,7 @@ DEPEND=" ) " RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" src_prepare() { ecm_punt_qt_module WebKit @@ -75,7 +75,7 @@ src_configure() { -DKEXI_MIGRATEMANAGER_DEBUG=$(usex debug) -DKEXI_AUTORISE_TABBED_TOOLBAR=$(usex experimental) -DKEXI_SCRIPTS_SUPPORT=$(usex experimental) - $(cmake_use_find_package marble KexiMarble) + $(cmake_use_find_package marble Marble) $(cmake_use_find_package mdb GLIB2) $(cmake_use_find_package mysql MySQL) $(cmake_use_find_package postgres PostgreSQL)