mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/libxkbfile: Add multilib support.
Bug: https://bugs.gentoo.org/507328
This commit is contained in:
16
x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
Normal file
16
x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user