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-base/xorg-drivers/
Date: Thu, 29 Jan 2015 16:49:19
Message-Id: 1422550153.765104ba18c033724c7d32a8e8adbde4a1b46179.chithead@gentoo
1 commit: 765104ba18c033724c7d32a8e8adbde4a1b46179
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 29 16:49:13 2015 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Thu Jan 29 16:49:13 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=765104ba
7
8 x11-base/xorg-drivers: add video_cards_tegra flag.
9
10 ---
11 x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
15 index 460ecf6..d4bf0b2 100644
16 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
17 +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
18 @@ -70,6 +70,7 @@ IUSE_VIDEO_CARDS="
19 video_cards_sunleo
20 video_cards_suntcx
21 video_cards_tdfx
22 + video_cards_tegra
23 video_cards_tga
24 video_cards_trident
25 video_cards_tseng
26 @@ -142,6 +143,7 @@ PDEPEND="
27 video_cards_sunleo? ( x11-drivers/xf86-video-sunleo )
28 video_cards_suntcx? ( x11-drivers/xf86-video-suntcx )
29 video_cards_tdfx? ( x11-drivers/xf86-video-tdfx )
30 + video_cards_tegra? ( x11-drivers/xf86-video-opentegra )
31 video_cards_tga? ( x11-drivers/xf86-video-tga )
32 video_cards_trident? ( x11-drivers/xf86-video-trident )
33 video_cards_tseng? ( x11-drivers/xf86-video-tseng )