summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-05 10:44:47 -0800
committerMatt Turner <mattst88@gentoo.org>2020-03-05 10:46:05 -0800
commit83df155f53ded0cf04e4cb9232c781e5cf17d2a1 (patch)
tree3e1190af4a41895fc5da35210c717ac31dbbd059
parentsys-libs/newlib: bump up to 3.3.0 (diff)
downloadgentoo-83df155f53ded0cf04e4cb9232c781e5cf17d2a1.tar.gz
gentoo-83df155f53ded0cf04e4cb9232c781e5cf17d2a1.tar.bz2
gentoo-83df155f53ded0cf04e4cb9232c781e5cf17d2a1.zip
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@gentoo.org>
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
index 886aa9179c8f..9a35c9bf6fd1 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"