summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-10-22 12:33:00 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-10-22 12:33:00 +0000
commit96bf98d00330404e66e37a2d70b09786ce0e6761 (patch)
treef4f51241885d2fa6e5e0dc5fe26bb5ab35857cb8 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
parentFix missed variable definition. (diff)
downloadgentoo-2-96bf98d00330404e66e37a2d70b09786ce0e6761.tar.gz
gentoo-2-96bf98d00330404e66e37a2d70b09786ce0e6761.tar.bz2
gentoo-2-96bf98d00330404e66e37a2d70b09786ce0e6761.zip
New snapshot. Migrate to xorg-2.eclass. Further adjust DRM warning and libdrm dependency.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
index f18f5490f4b4..35505b0617c2 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild,v 1.2 2010/09/30 03:48:03 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild,v 1.3 2010/10/22 12:33:00 chithanh Exp $
EAPI=2
SNAPSHOT="yes"
@@ -15,8 +15,7 @@ IUSE=""
RDEPEND=">=x11-base/xorg-server-1.7[-minimal]
|| (
- =x11-libs/libdrm-2.4.20
- =x11-libs/libdrm-2.4.21
+ =x11-libs/libdrm-2.4.20-r1
x11-libs/libdrm[video_cards_nouveau]
)"