diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-27 22:19:17 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-27 22:19:17 -0800 |
commit | a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0 (patch) | |
tree | e1d5eca09683367e4236037bca799129efed6d10 /x11-libs/libxkbfile | |
parent | x11-drivers/xf86-input-wacom: Kconfig directions. (diff) | |
download | gentoo-a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0.tar.gz gentoo-a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0.tar.bz2 gentoo-a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0.zip |
x11-libs/libxkbfile: Add multilib support.
Bug: https://bugs.gentoo.org/507328
Diffstat (limited to 'x11-libs/libxkbfile')
-rw-r--r-- | x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000000..27ed3e3a4e12 --- /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}" |