commit:     e3d7499c857cc58049e2372af7ca4a9c159d80fe
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 03:20:17 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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
 }

Reply via email to