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 1QhQKp-0002tL-QW for garchives@archives.gentoo.org; Thu, 14 Jul 2011 18:08:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D287521C11A; Thu, 14 Jul 2011 18:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A58A21C132 for ; Thu, 14 Jul 2011 18:07:18 +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 327BB2AC28B for ; Thu, 14 Jul 2011 18:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5063A8003D for ; Thu, 14 Jul 2011 18:07:07 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <94247e89578effb49cfb28441ca2b6fa1b6e4675.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/ X-VCS-Repository: proj/gamerlay X-VCS-Files: x11-apps/typhon/typhon-9999.ebuild X-VCS-Directories: x11-apps/typhon/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 94247e89578effb49cfb28441ca2b6fa1b6e4675 Date: Thu, 14 Jul 2011 18:07:07 +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: 77b91952d75f7f565c928e4c0d080b2f commit: 94247e89578effb49cfb28441ca2b6fa1b6e4675 Author: Marcel Unbehaun frostworx de> AuthorDate: Thu Jul 14 18:08:10 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Thu Jul 14 18:08:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D94247e89 [x11-apps/typhon] fixed /typhon-9999.ebuild [x11-apps/typhon] new /Manifest --- x11-apps/typhon/typhon-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-= 9999.ebuild index 158b462..a04d1bc 100644 --- a/x11-apps/typhon/typhon-9999.ebuild +++ b/x11-apps/typhon/typhon-9999.ebuild @@ -37,7 +37,7 @@ src_configure() { $(cmake-utils_use !glut NOGLUT) $(cmake-utils_use debug DEBUG) $(cmake-utils_use xml xml) - $(cmake-utils_use mmd WITHMMD) + $(cmake-utils_use !mmd NOMMD) ) =20 cmake-utils_src_configure