blob: 1d63d16bd9f58082f2b73552226c9754aa104f1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.1.ebuild,v 1.11 2006/07/19 12:36:56 gmsoft Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
inherit x-modular
DESCRIPTION="X.Org xdpyinfo application"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
RDEPEND="x11-libs/libXext
x11-libs/libX11
x11-libs/libXtst
x11-libs/libXxf86vm
x11-libs/libXxf86dga
x11-libs/libXxf86misc
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXinerama
x11-libs/libdmx
x11-libs/libXp"
DEPEND="${RDEPEND}
x11-proto/xextproto
x11-proto/kbproto
x11-proto/xf86vidmodeproto
x11-proto/xf86dgaproto
x11-proto/xf86miscproto
x11-proto/inputproto
x11-proto/renderproto
x11-proto/xineramaproto
x11-proto/dmxproto
x11-proto/printproto"
|