blob: 4b6facdc1dc100d75ba761f7ecd0bd456daa738d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-6.8.ebuild,v 1.2 2005/12/09 21:16:15 flameeyes 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 sparc x86"
IUSE=""
DEPEND=""
RDEPEND="<=x11-base/xorg-x11-6.99"
|