*/*: Drop stable ia64 keywords
[gentoo.git] / x11-apps / setxkbmap / setxkbmap-1.3.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit xorg-3
7
8 DESCRIPTION="Controls the keyboard layout of a running X server"
9
10 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
11 IUSE=""
12 COMMON_DEPEND="
13         x11-libs/libxkbfile
14         x11-libs/libX11"
15 DEPEND="${COMMON_DEPEND}
16         x11-base/xorg-proto"
17 RDEPEND="${COMMON_DEPEND}
18         x11-misc/xkeyboard-config"