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 1QjwBo-0006tA-Fg for garchives@archives.gentoo.org; Thu, 21 Jul 2011 16:33:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB27C21C3D7; Thu, 21 Jul 2011 16:33:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A953021C3D7 for ; Thu, 21 Jul 2011 16:33:24 +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 0A1411B400D for ; Thu, 21 Jul 2011 16:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 35B678003D for ; Thu, 21 Jul 2011 16:33:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ec0d885532cd0cb716e28cd84d01bd99408fa58e Date: Thu, 21 Jul 2011 16:33:23 +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: 7ee01b55639033c39b85551b2a25bf7a commit: ec0d885532cd0cb716e28cd84d01bd99408fa58e Author: Matt Turner gmail com> AuthorDate: Thu Jul 21 16:32:34 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Jul 21 16:33:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dec0d8855 media-libs/mesa: Add sys-devel/{bison,flex} to DEPEND Bug 375793. Signed-off-by: Matt Turner gmail.com> --- media-libs/mesa/mesa-9999.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 0884e3c..c65a8fb 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -96,6 +96,8 @@ done DEPEND=3D"${RDEPEND} =3Ddev-lang/python-2* dev-util/pkgconfig + sys-devel/bison + sys-devel/flex x11-misc/makedepend x11-proto/inputproto >=3Dx11-proto/xextproto-7.0.99.1