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 8C9561381FA for ; Fri, 30 May 2014 19:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240B4E08F1; Fri, 30 May 2014 19:15:29 +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 BA5A7E08F1 for ; Fri, 30 May 2014 19:15:28 +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 758B333FD56 for ; Fri, 30 May 2014 19:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6B61D181A9 for ; Fri, 30 May 2014 19:15:25 +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: <1401477168.c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb.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: c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb X-VCS-Branch: master Date: Fri, 30 May 2014 19:15:25 +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: 74229452-439b-4003-84cf-c7b1bc8779a9 X-Archives-Hash: eb6291d319085cadb38e9e522023f7d9 commit: c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb Author: Christian Schmitt ilovelinux de> AuthorDate: Fri May 30 19:12:13 2014 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Fri May 30 19:12:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3901e5d [games-simulation/flightgear] enable logging unconditionally --- games-simulation/flightgear/flightgear-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index d2c0c65..58bf05e 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -47,6 +47,7 @@ src_configure() { -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live -DENABLE_FGADMIN=OFF + -DLOGGING=ON -DENABLE_PROFILE=OFF -DENABLE_RTI=OFF -DSIMGEAR_SHARED=ON @@ -58,7 +59,6 @@ src_configure() { $(cmake-utils_use_enable jsbsim) $(cmake-utils_use_enable oldfdm LARCSIM) $(cmake-utils_use_enable oldfdm UIUC_MODEL) - $(cmake-utils_use_enable test LOGGING) $(cmake-utils_use_enable test TESTS) $(cmake-utils_use udev EVENT_INPUT) $(cmake-utils_use_enable yasim)