app-emulation/simh: drop old
[gentoo.git] / x11-apps / xwd / xwd-1.0.6.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit xorg-2
7
8 DESCRIPTION="dump an image of an X window"
9
10 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
11 IUSE=""
12
13 # libXt dependency is not in configure.ac, bug #408629, upstream #47462."
14 RDEPEND="x11-libs/libX11"
15 DEPEND="${RDEPEND}
16         x11-base/xorg-proto
17         x11-libs/libXt
18         x11-libs/libxkbfile"