diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-12-18 23:15:17 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-12-18 23:18:38 -0500 |
commit | 4bb9c9f5e13258d7bd16d36a0111f02ed0c8a312 (patch) | |
tree | d799f9de198cd20fa73183c79a297156d3619dc0 /media-libs/mesa | |
parent | x11-libs/libXfont2: Add new package. (diff) | |
download | gentoo-4bb9c9f5e13258d7bd16d36a0111f02ed0c8a312.tar.gz gentoo-4bb9c9f5e13258d7bd16d36a0111f02ed0c8a312.tar.bz2 gentoo-4bb9c9f5e13258d7bd16d36a0111f02ed0c8a312.zip |
media-libs/mesa: Drop libudev dependency with USE=gbm/dri3.
Bug: https://bugs.gentoo.org/567368
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-11.0.7.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-11.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/media-libs/mesa/mesa-11.0.7.ebuild b/media-libs/mesa/mesa-11.0.7.ebuild index 04bcef3ce620..47caccd19396 100644 --- a/media-libs/mesa/mesa-11.0.7.ebuild +++ b/media-libs/mesa/mesa-11.0.7.ebuild @@ -87,8 +87,6 @@ RDEPEND=" >=app-eselect/eselect-opengl-1.3.0 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) - dri3? ( >=virtual/libudev-215:=[${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}] diff --git a/media-libs/mesa/mesa-11.1.0.ebuild b/media-libs/mesa/mesa-11.1.0.ebuild index ec8f9ce04df8..4dafdf6d0470 100644 --- a/media-libs/mesa/mesa-11.1.0.ebuild +++ b/media-libs/mesa/mesa-11.1.0.ebuild @@ -87,8 +87,6 @@ RDEPEND=" >=app-eselect/eselect-opengl-1.3.0 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) - dri3? ( >=virtual/libudev-215:=[${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}] diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c927763d5d4a..3a58ccc2d790 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -87,8 +87,6 @@ RDEPEND=" >=app-eselect/eselect-opengl-1.3.0 udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) - dri3? ( >=virtual/libudev-215:=[${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}] |