commit: 9cb66262dff567c30bbbbb09a4002117bf549cad Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 20:57:31 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 20:57:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb66262
x11-libs/libXvMC: Add blocker dep on x11-base/xorg-proto Closes: https://bugs.gentoo.org/695606 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/libXvMC/libXvMC-1.0.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild index bc60b8a91c3..7b097fee4de 100644 --- a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild +++ b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild @@ -14,7 +14,8 @@ IUSE="" RDEPEND=" >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]" + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + !<x11-base/xorg-proto-2019.2" DEPEND="${RDEPEND} x11-base/xorg-proto" PDEPEND="app-eselect/eselect-xvmc"