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 150BE138A1F for ; Sun, 26 Jan 2014 12:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EFD9E0A9F; Sun, 26 Jan 2014 12:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8285E0A9F for ; Sun, 26 Jan 2014 12:44:27 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BDE633F347 for ; Sun, 26 Jan 2014 12:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E228A18060 for ; Sun, 26 Jan 2014 12:44:24 +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: <1390737347.a80223ee0d8d574f7702c7398723bb07012c4f68.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: a80223ee0d8d574f7702c7398723bb07012c4f68 X-VCS-Branch: master Date: Sun, 26 Jan 2014 12:44:24 +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: da638014-ee8d-4a16-9597-1e6974f88703 X-Archives-Hash: 8f560cf81c6425456299ccef21ccd5a2 commit: a80223ee0d8d574f7702c7398723bb07012c4f68 Author: Christian Schmitt ilovelinux de> AuthorDate: Sun Jan 26 11:45:51 2014 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Sun Jan 26 11:55:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a80223ee [games-simulation/flightgear] enable system sqlite usage again This reverts commit a254282867704e9810539efb2b941a3fe816e378. --- 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 0c7b21f..fcc8f3f 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=OFF + -DSYSTEM_SQLITE=ON $(cmake-utils_use_enable fgcom) $(cmake-utils_use_enable fgcom IAX) $(cmake-utils_use_with fgpanel)