diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-26 09:08:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-26 09:08:34 +0000 |
commit | 10ba62fb375e69d9b4838bc9dea7ceef1da93b56 (patch) | |
tree | bcfe7c308b8fe57ea7acc1d9507ffebbce1aa614 /media-libs/mesa/mesa-10.0.4.ebuild | |
parent | Bumping to 1.9_pre20140523 and adding configure option to enable changing nam... (diff) | |
download | historical-10ba62fb375e69d9b4838bc9dea7ceef1da93b56.tar.gz historical-10ba62fb375e69d9b4838bc9dea7ceef1da93b56.tar.bz2 historical-10ba62fb375e69d9b4838bc9dea7ceef1da93b56.zip |
Use virtual/libudev instead of virtual/udev.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'media-libs/mesa/mesa-10.0.4.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-10.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-10.0.4.ebuild b/media-libs/mesa/mesa-10.0.4.ebuild index c4fea6d6ec02..d485f92d1737 100644 --- a/media-libs/mesa/mesa-10.0.4.ebuild +++ b/media-libs/mesa/mesa-10.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.11 2014/06/18 19:55:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.12 2014/07/26 09:04:22 ssuominen Exp $ EAPI=5 @@ -94,7 +94,7 @@ RDEPEND=" gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.2.7 >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] - gbm? ( >=virtual/udev-208-r2[${MULTILIB_USEDEP}] ) + gbm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] ) >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1[${MULTILIB_USEDEP}] >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}] |