x11-libs/libxkbfile: Add multilib support.
authorMatt Turner <mattst88@gentoo.org>
Sat, 28 Jan 2017 06:19:17 +0000 (22:19 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 28 Jan 2017 06:19:17 +0000 (22:19 -0800)
Bug: https://bugs.gentoo.org/507328

x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..27ed3e3
--- /dev/null
@@ -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}"