Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Tue, 29 May 2012 20:16:13
Message-Id: 1338322524.75eb1b1bedbb2ed21e5716b3545a9998e6d8c198.mattst88@gentoo
1 commit: 75eb1b1bedbb2ed21e5716b3545a9998e6d8c198
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Tue May 29 20:15:24 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Tue May 29 20:15:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=75eb1b1b
7
8 media-libs/mesa: add dev-util/indent as a dependency
9
10 As of upstream commit 0ce0f7c0c8fa some source code is generated at
11 build-time which is run through indent.
12
13 ---
14 media-libs/mesa/mesa-9999.ebuild | 1 +
15 1 files changed, 1 insertions(+), 0 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index 63448fe..e211f82 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -87,6 +87,7 @@ EXTERNAL_DEPEND="
22 # keep blocks in rdepend for binpkg
23 # gtest file collision bug #411825
24 RDEPEND="${EXTERNAL_DEPEND}
25 + dev-util/indent
26 !<x11-base/xorg-server-1.7
27 !<=x11-proto/xf86driproto-2.0.3
28 classic? ( app-admin/eselect-mesa )