commit:     a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 06:19:17 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 06:19:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4168bbc

x11-libs/libxkbfile: Add multilib support.

Bug: https://bugs.gentoo.org/507328

 x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild 
b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
new file mode 100644
index 00000000..27ed3e3
--- /dev/null
+++ b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org xkbfile library"
+
+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"
+IUSE=""
+
+RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
+       x11-proto/kbproto[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"

Reply via email to