blob: 9a8cd92011c3dcee883cb37daa553e0b240586f6 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-7.0-r2.ebuild,v 1.8 2006/07/19 18:32:11 gmsoft Exp $
DESCRIPTION="Virtual for the core X11 implementation"
HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh ~sparc x86"
IUSE="dri"
RDEPEND="app-text/rman
>=x11-base/xorg-x11-7
x11-apps/xdm
x11-apps/xdpyinfo
dri? ( x11-apps/xdriinfo )
x11-apps/xrdb
x11-apps/xsetroot
x11-libs/libFS
x11-libs/liboldX
x11-libs/libXevie
x11-libs/libXprintAppUtil
x11-libs/libXTrap
x11-libs/libXvMC
x11-misc/gccmakedep
x11-misc/imake
x11-misc/makedepend
x11-themes/gentoo-xcursors
x11-themes/xcursor-themes"
DEPEND="${RDEPEND}"
|