x11-libs/libX11: Add blocker on old xorgproto
authorMatt Turner <mattst88@gentoo.org>
Wed, 9 Oct 2019 22:11:58 +0000 (15:11 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 9 Oct 2019 22:12:16 +0000 (15:12 -0700)
Bug: https://bugs.gentoo.org/697098
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-libs/libX11/libX11-1.6.9.ebuild

index 6cd68250158f3229cdcf1248f2de0e981bd013a8..ff545068a6c8f0c4470bb730137af6872033a223 100644 (file)
@@ -12,7 +12,8 @@ DESCRIPTION="X.Org X11 library"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 
-RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
+       !<x11-base/xorg-proto-2019.2"
 DEPEND="${RDEPEND}
        x11-base/xorg-proto
        x11-libs/xtrans"