summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-03-25 12:49:02 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-03-25 12:49:02 +0000
commit8b19599e7103af53599929c8a6fc2ebcc62e2299 (patch)
treea6cc37413ecbcf82be894ae180ef14c875d5ba46 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
parentx11-drivers/xf86-video-nouveau: new snapshot (diff)
downloadsunrise-8b19599e7103af53599929c8a6fc2ebcc62e2299.tar.gz
sunrise-8b19599e7103af53599929c8a6fc2ebcc62e2299.tar.bz2
sunrise-8b19599e7103af53599929c8a6fc2ebcc62e2299.zip
x11-drivers/xf86-video-nouveau: update dependencies once again for users which mix x11 and sunrise overlays
svn path=/sunrise/; revision=8144
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
index b92eb3ce7..e794dc15b 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
@@ -30,9 +30,10 @@ DEPEND="${COMMON_DEPEND}
x11-proto/xextproto
x11-proto/xf86driproto
x11-proto/xproto
- || ( x11-libs/libdrm_nouveau x11-libs/libdrm[video_cards_nouveau] )"
+ || ( x11-libs/libdrm_nouveau >=x11-libs/libdrm-9999 )"
# need x11-base/x11-drm until nouveau drm enters the kernel
RDEPEND="${COMMON_DEPEND}
- >=x11-base/x11-drm-20090320[video_cards_nv]"
-
+ || (
+ >=x11-base/x11-drm-20090320[video_cards_nv]
+ x11-base/x11-drm[video_cards_nouveau] )"