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 044A41382C5 for ; Sun, 18 Mar 2018 03:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CDF1E0829; Sun, 18 Mar 2018 03:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D2DC2E0829 for ; Sun, 18 Mar 2018 03:20:50 +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 5B3F3335CD1 for ; Sun, 18 Mar 2018 03:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D53B25E for ; Sun, 18 Mar 2018 03:20:47 +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: <1521343239.e3d7499c857cc58049e2372af7ca4a9c159d80fe.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: e3d7499c857cc58049e2372af7ca4a9c159d80fe X-VCS-Branch: master Date: Sun, 18 Mar 2018 03:20:47 +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: 66d750f1-0a03-4cf4-a6b1-7ef8d86717aa X-Archives-Hash: fb4432339dc129200d2a25b00f1e1d5d commit: e3d7499c857cc58049e2372af7ca4a9c159d80fe Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 18 03:20:17 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 18 03:20:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3d7499c app-office/kexi: fix postgres USE flag Package-Manager: Portage-2.3.24, Repoman-2.3.6 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 d948e98d8e..56414dac16 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -80,7 +80,7 @@ src_configure() { $(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) + $(cmake-utils_use_find_package postgres PostgreSQL) ) kde5_src_configure }