blob: f43de9e1706f452a6878f26131472353cb033c82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.1.0.ebuild,v 1.1 2007/12/25 18:49:07 drac Exp $
XDPVER=-1
inherit x-modular
DESCRIPTION="Experimental Radeon HD video driver."
HOMEPAGE="http://wiki.x.org/wiki/radeonhd"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=x11-base/xorg-server-1.3.0"
DEPEND="${RDEPEND}
x11-proto/xextproto
x11-proto/xproto"
|