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-ati/
Date: Sun, 26 Jan 2014 17:33:23
Message-Id: 1390757585.afc5f1f10232ce7b8ea88b8f9228012d28ae1419.chithead@gentoo
1 commit: afc5f1f10232ce7b8ea88b8f9228012d28ae1419
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:33:05 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Jan 26 17:33:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=afc5f1f1
7
8 x11-drivers/xf86-video-ati: depend on glamor-0.6 and enable it by default.
9
10 ---
11 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
15 index 19dc2b3..2989ab7 100644
16 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
17 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
18 @@ -10,10 +10,10 @@ inherit linux-info xorg-2
19 DESCRIPTION="ATI video driver"
20
21 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
22 -IUSE="glamor udev"
23 +IUSE="+glamor udev"
24
25 RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
26 - glamor? ( x11-libs/glamor )
27 + glamor? ( >=x11-libs/glamor-0.6 )
28 udev? ( virtual/udev )"
29 DEPEND="${RDEPEND}"