diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-10 21:54:09 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-10 21:54:09 +0000 |
commit | 8313b544171d35ecf93d09fc2834d00e74268946 (patch) | |
tree | f1c78d2dd162047ca703bfe550d6404e8be857f3 /media-libs/mesa/mesa-9.0.1.ebuild | |
parent | Make the log output redirection much simpler. Fix bash-3.2 compatibility. (diff) | |
download | gentoo-2-8313b544171d35ecf93d09fc2834d00e74268946.tar.gz gentoo-2-8313b544171d35ecf93d09fc2834d00e74268946.tar.bz2 gentoo-2-8313b544171d35ecf93d09fc2834d00e74268946.zip |
mesa-9.0 xorg state tracker does not build against xorg-server-1.14. Add subslot dependency to mesa-9.1.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mesa/mesa-9.0.1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9.0.1.ebuild b/media-libs/mesa/mesa-9.0.1.ebuild index fd0d08f23859..4c3578feb3f2 100644 --- a/media-libs/mesa/mesa-9.0.1.ebuild +++ b/media-libs/mesa/mesa-9.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.15 2013/01/21 17:54:17 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.16 2013/03/10 21:54:09 chithanh Exp $ EAPI=4 @@ -96,7 +96,7 @@ RDEPEND="!<x11-base/xorg-server-1.7 vdpau? ( >=x11-libs/libvdpau-0.4.1 ) wayland? ( >=dev-libs/wayland-1.0.3 ) xorg? ( - x11-base/xorg-server + <x11-base/xorg-server-1.13.49 x11-libs/libdrm[libkms] ) xvmc? ( >=x11-libs/libXvMC-1.0.6 ) |