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 A2E09138AE9 for ; Thu, 28 Dec 2017 10:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4C5E0EEC; Thu, 28 Dec 2017 10:17:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B6E58E0EEC for ; Thu, 28 Dec 2017 10:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A886341130 for ; Thu, 28 Dec 2017 10:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD43AFBF for ; Thu, 28 Dec 2017 10:17:44 +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: <1514456250.d0324afc9683504c59285d8d835a0c45d56cff29.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/tora/tora-3.2.ebuild X-VCS-Directories: dev-db/tora/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0324afc9683504c59285d8d835a0c45d56cff29 X-VCS-Branch: master Date: Thu, 28 Dec 2017 10:17:44 +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: 5271a3ec-fb85-44f6-b0e0-545360b1aea2 X-Archives-Hash: 766cb77c3db7e5c8a01df27be3c5bf6e commit: d0324afc9683504c59285d8d835a0c45d56cff29 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 28 10:13:38 2017 +0000 Commit: Andreas Sturmlechner gentoo 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