dev-db/tora: Drop USE=pch, it breaks build
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Dec 2017 10:13:38 +0000 (11:13 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Dec 2017 10:17:30 +0000 (11:17 +0100)
Bug: https://bugs.gentoo.org/577850
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-db/tora/tora-3.2.ebuild

index bf2e09e749481681ffb30e9fbd7496b06f40bd70..36ff60e39c22f4049f716bf0391ee1a9278e89e8 100644 (file)
@@ -15,7 +15,7 @@ fi
 
 DESCRIPTION="SQL IDE for Oracle, MySQL and PostgreSQL dbs"
 HOMEPAGE="https://github.com/tora-tool/tora/wiki"
-IUSE="doc mysql oracle pch postgres"
+IUSE="doc mysql oracle postgres"
 
 SLOT="0"
 LICENSE="GPL-2"
@@ -81,7 +81,7 @@ src_configure() {
                -DLOKI_INCLUDE_DIR="$(pkg-config --variable=includedir ferrisloki)/FerrisLoki"
                $(cmake-utils_use_find_package doc Doxygen)
                -DENABLE_ORACLE=$(usex oracle)
-               -DUSE_PCH=$(usex pch)
+               -DUSE_PCH=OFF
                -DENABLE_PGSQL=$(usex postgres)
        )
        cmake-utils_src_configure