Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/
Date: Thu, 05 Mar 2020 18:46:37
Message-Id: 1583433965.83df155f53ded0cf04e4cb9232c781e5cf17d2a1.mattst88@gentoo
1 commit: 83df155f53ded0cf04e4cb9232c781e5cf17d2a1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 18:44:47 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 18:46:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83df155f
7
8 x11-apps/xkbcomp: Require >=libX11-1.6.9
9
10 xkbcomp needs the X11/extensions/XKBgeom.h header, which moved from
11 xorgproto to libX11. libX11-1.6.9 is the first version to include the
12 header.
13
14 Closes: https://bugs.gentoo.org/711578
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
21 index 886aa9179c8..9a35c9bf6fd 100644
22 --- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
23 +++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
24 @@ -9,7 +9,7 @@ DESCRIPTION="XKB keyboard description compiler"
25 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"
26 IUSE=""
27 DEPEND="
28 - x11-libs/libX11
29 + >=x11-libs/libX11-1.6.9
30 x11-libs/libxkbfile"
31 RDEPEND="${DEPEND}"
32 BDEPEND="sys-devel/bison"