x11-apps/xkbcomp: Require >=libX11-1.6.9
authorMatt Turner <mattst88@gentoo.org>
Thu, 5 Mar 2020 18:44:47 +0000 (10:44 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 5 Mar 2020 18:46:05 +0000 (10:46 -0800)
xkbcomp needs the X11/extensions/XKBgeom.h header, which moved from
xorgproto to libX11. libX11-1.6.9 is the first version to include the
header.

Closes: https://bugs.gentoo.org/711578
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild

index 886aa9179c8fafef90db841e83d64392b1e59005..9a35c9bf6fd16aba11d6bf4613cb99e7ac3531c5 100644 (file)
@@ -9,7 +9,7 @@ DESCRIPTION="XKB keyboard description compiler"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 DEPEND="
-       x11-libs/libX11
+       >=x11-libs/libX11-1.6.9
        x11-libs/libxkbfile"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/bison"