From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 59B651385B5 for ; Wed, 30 Oct 2013 09:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 787D8E09E2; Wed, 30 Oct 2013 09:42:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 092E6E09E2 for ; Wed, 30 Oct 2013 09:42:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CDD233EE1E for ; Wed, 30 Oct 2013 09:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DD754E5460 for ; Wed, 30 Oct 2013 09:42:20 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1383126089.a254282867704e9810539efb2b941a3fe816e378.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: a254282867704e9810539efb2b941a3fe816e378 X-VCS-Branch: master Date: Wed, 30 Oct 2013 09:42:20 +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: b2532083-3ba8-475f-8c26-2b307d7504c2 X-Archives-Hash: 32c6969f80ae4155b7d1b78027671bfb commit: a254282867704e9810539efb2b941a3fe816e378 Author: Christian Schmitt ilovelinux de> AuthorDate: Wed Oct 30 09:41:29 2013 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Wed Oct 30 09:41:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a2542828 [games-simulation/flightgear] temporarily disable system sqlite usage --- games-simulation/flightgear/flightgear-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 6351492..3463f06 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -52,7 +52,7 @@ src_configure() { -DJPEG_FACTORY=OFF -DSIMGEAR_SHARED=ON -DSP_FDMS=OFF - -DSYSTEM_SQLITE=ON + -DSYSTEM_SQLITE=OFF $(cmake-utils_use_enable fgcom) $(cmake-utils_use_enable fgcom IAX) $(cmake-utils_use_with fgpanel)