x11-misc/shared-mime-info: 1.15 version bump
[gentoo.git] / x11-misc / xcompmgr / xcompmgr-1.1.8.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 XORG_MODULE=app/
7 XORG_STATIC=no
8 inherit xorg-3
9
10 DESCRIPTION="X Compositing manager"
11
12 LICENSE="BSD"
13 KEYWORDS="amd64 ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND="
17         x11-libs/libXrender
18         x11-libs/libXdamage
19         x11-libs/libXfixes
20         x11-libs/libXcomposite
21         x11-libs/libXext
22 "
23 DEPEND="${RDEPEND}
24         x11-base/xorg-proto"