Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
Date: Sun, 30 Oct 2011 05:19:28
Message-Id: 676b84ee818c216d297520ba83cb8c7c7ac91220.mattst88@gentoo
1 commit: 676b84ee818c216d297520ba83cb8c7c7ac91220
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 30 05:18:46 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 30 05:18:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=676b84ee
7
8 x11-libs/libdrm: don't enable libkms by default
9
10 It is *not* needed for Kernel Modesetting.
11
12 ---
13 x11-libs/libdrm/libdrm-9999.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
17 index 586b550..ddff76f 100644
18 --- a/x11-libs/libdrm/libdrm-9999.ebuild
19 +++ b/x11-libs/libdrm/libdrm-9999.ebuild
20 @@ -21,7 +21,7 @@ for card in ${VIDEO_CARDS}; do
21 IUSE_VIDEO_CARDS+=" video_cards_${card}"
22 done
23
24 -IUSE="${IUSE_VIDEO_CARDS} +libkms"
25 +IUSE="${IUSE_VIDEO_CARDS} libkms"
26 RESTRICT="test" # see bug #236845
27
28 RDEPEND="dev-libs/libpthread-stubs