Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-modesetting/
Date: Sat, 25 Feb 2012 01:35:52
Message-Id: 1330133667.7d80164cb65232ab5f32893762215ff9bc8b9a59.chithead@gentoo
1 commit: 7d80164cb65232ab5f32893762215ff9bc8b9a59
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 01:34:27 2012 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sat Feb 25 01:34:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7d80164c
7
8 x11-drivers/xf86-video-modesetting: sync with portage
9
10 ---
11 .../xf86-video-modesetting-9999.ebuild | 9 +++------
12 1 files changed, 3 insertions(+), 6 deletions(-)
13
14 diff --git a/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebuild b/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebuild
15 index 06081b8..767ff3e 100644
16 --- a/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebuild
17 +++ b/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebuild
18 @@ -1,20 +1,17 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2012 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 EAPI=4
25 +
26 +XORG_DRI="dri"
27 inherit xorg-2
28
29 DESCRIPTION="Unaccelerated generic driver for kernel modesetting"
30 -SRC_URI=""
31
32 KEYWORDS="~amd64 ~x86"
33 IUSE="dri"
34
35 -RDEPEND="x11-libs/libdrm
36 - x11-libs/libXvMC"
37 -DEPEND="${RDEPEND}"
38 -
39 pkg_setup() {
40 XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
41 }