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 1SC4oF-0006g1-G0 for garchives@archives.gentoo.org; Mon, 26 Mar 2012 07:57:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E61E05B9; Mon, 26 Mar 2012 07:57:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8DB59E05B9 for ; Mon, 26 Mar 2012 07:57:39 +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 9F8A41B4059 for ; Mon, 26 Mar 2012 07:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65714E5402 for ; Mon, 26 Mar 2012 07:57:37 +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: <1332748607.ab82f815c32250a843f23657acf1528817af248a.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: ab82f815c32250a843f23657acf1528817af248a X-VCS-Branch: master Date: Mon, 26 Mar 2012 07:57:37 +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: f5d773d7-8ed4-48b5-aa34-da93e49a6b6f X-Archives-Hash: 7389c139eadf8377aee55c3089bc351b commit: ab82f815c32250a843f23657acf1528817af248a Author: Christian Schmitt ilovelinux de> AuthorDate: Mon Mar 26 07:56:02 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Mon Mar 26 07:56:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dab82f815 [games-simulation/flightgear] add udev as a dependency --- games-simulation/flightgear/flightgear-9999.ebuild | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index 4d83788..ac4b699 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -20,6 +20,7 @@ IUSE=3D"+jsbsim larcsim subversion uiuc +yasim" RDEPEND=3D">=3Ddev-games/openscenegraph-3.0[png] >=3Ddev-games/simgear-9999[subversion=3D,X] media-libs/plib + sys-fs/udev x11-libs/libXmu x11-libs/libXi subversion? ( dev-vcs/subversion )" @@ -31,7 +32,6 @@ src_configure() { mycmakeargs=3D( -DCMAKE_INSTALL_PREFIX=3D${GAMES_PREFIX} -DENABLE_FGADMIN=3DOFF - -DEVENT_INPUT=3DOFF -DWITH_FGPANEL=3DOFF $(cmake-utils_use_enable jsbsim) $(cmake-utils_use_enable larcsim) @@ -39,7 +39,6 @@ src_configure() { $(cmake-utils_use_enable uiuc) $(cmake-utils_use_enable yasim) ) - cmake-utils_src_configure } =20