2020-03-27 00:58:12 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2019-11-05 08:48:18 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
|
|
|
inherit xorg-3
|
|
|
|
|
|
|
|
DESCRIPTION="Print an XKB keyboard description"
|
2020-12-31 20:12:31 +03:00
|
|
|
KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86"
|
2019-11-05 08:48:18 +03:00
|
|
|
IUSE=""
|
|
|
|
RDEPEND="x11-libs/libxkbfile
|
|
|
|
>=x11-libs/libX11-1.6.9"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
x11-base/xorg-proto"
|