commit: b99ebc6c497e97baafc78066c1c3506d4cd3838f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jun 6 20:05:25 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jun 6 20:06:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99ebc6c
dev-libs/wayland: Block versions of media-libs/mesa with libwayland-egl Bug: https://bugs.gentoo.org/649962 dev-libs/wayland/wayland-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 4e25ea990ff..62aa7b2393b 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,8 @@ IUSE="doc static-libs" RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}] - dev-libs/libxml2:=" + dev-libs/libxml2:= + !!<media-libs/mesa-18.1.1-r1" DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.6[dot]
