From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QmOMW-0000Sx-KD for garchives@archives.gentoo.org; Thu, 28 Jul 2011 11:02:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F66C21C052 for ; Thu, 28 Jul 2011 11:02:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA97121C026 for ; Thu, 28 Jul 2011 10:41:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B92002AC005 for ; Thu, 28 Jul 2011 10:41:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E03008003D for ; Thu, 28 Jul 2011 10:41:06 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1e61f95525245a09baa2dbfe092a2722f5fd0bf7.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: 1e61f95525245a09baa2dbfe092a2722f5fd0bf7 Date: Thu, 28 Jul 2011 10:41:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2c9ea8df139eaa5124c753ec392e249b commit: 1e61f95525245a09baa2dbfe092a2722f5fd0bf7 Author: Christian Schmitt ilovelinux de> AuthorDate: Thu Jul 28 10:39:41 2011 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Thu Jul 28 10:40:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D1e61f955 [games-simulation/flightgear] disable fgpanel. This should be made an optional dep as soon as I figure out what it depends on. --- games-simulation/flightgear/flightgear-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index c7d16a4..2660427 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -31,6 +31,7 @@ src_configure() { mycmakeargs=3D( -DCMAKE_INSTALL_PREFIX=3D${GAMES_PREFIX} -DENABLE_FGADMIN=3DOFF + -DWITH_FGPANEL=3DOFF $(cmake-utils_use subversion ENABLE_LIBSVN) ) =20