commit:     83df155f53ded0cf04e4cb9232c781e5cf17d2a1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 18:44:47 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 18:46:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83df155f

x11-apps/xkbcomp: Require >=libX11-1.6.9

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 <AT> gentoo.org>

 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
index 886aa9179c8..9a35c9bf6fd 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
@@ -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"

Reply via email to