diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 20:00:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 20:00:55 +0300 |
commit | 4675f42902c7b7a342bb070aad08b80fcb393e2e (patch) | |
tree | 8d495f56311642fd4b53cb8da45cc13c327bcd20 | |
parent | 3ade1b8504f3ab9baadfcb66ad447cb3da01d2f5 (diff) |
deps fix
-rw-r--r-- | app-emulation/wine/wine-scm.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-scm.ebuild b/app-emulation/wine/wine-scm.ebuild index 8f7e891..5d54593 100644 --- a/app-emulation/wine/wine-scm.ebuild +++ b/app-emulation/wine/wine-scm.ebuild @@ -92,7 +92,10 @@ NATIVE_DEPEND=" png? ( media-libs/libpng:0= ) v4l? ( media-libs/libv4l ) xcomposite? ( x11-libs/libXcomposite ) - nine? ( media-libs/mesa[d3d9] ) + nine? ( + media-libs/mesa[d3d9,dri3] + x11-drivers/xf86-video-ati[dri3] + ) media-libs/mesa " |