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-libs/libxkbfile/
Date: Sat, 28 Jan 2017 06:20:33
Message-Id: 1485584357.a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0.mattst88@gentoo
1 commit: a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 06:19:17 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 06:19:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4168bbc
7
8 x11-libs/libxkbfile: Add multilib support.
9
10 Bug: https://bugs.gentoo.org/507328
11
12 x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild | 16 ++++++++++++++++
13 1 file changed, 16 insertions(+)
14
15 diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
16 new file mode 100644
17 index 00000000..27ed3e3
18 --- /dev/null
19 +++ b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
20 @@ -0,0 +1,16 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +XORG_MULTILIB=yes
27 +inherit xorg-2
28 +
29 +DESCRIPTION="X.Org xkbfile library"
30 +
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
32 +IUSE=""
33 +
34 +RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
35 + x11-proto/kbproto[${MULTILIB_USEDEP}]"
36 +DEPEND="${RDEPEND}"