commit: d0324afc9683504c59285d8d835a0c45d56cff29 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 28 10:13:38 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 28 10:17:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0324afc
dev-db/tora: Drop USE=pch, it breaks build Bug: https://bugs.gentoo.org/577850 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-db/tora/tora-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/tora/tora-3.2.ebuild b/dev-db/tora/tora-3.2.ebuild index bf2e09e7494..36ff60e39c2 100644 --- a/dev-db/tora/tora-3.2.ebuild +++ b/dev-db/tora/tora-3.2.ebuild @@ -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
