# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EGIT_REPO_URI="git://anongit.freedesktop.org/git/avivo/xf86-video-avivo" inherit autotools git x-modular DESCRIPTION="A free reverse engineered driver for r500-based AMD video cards." HOMEPAGE="http://freedesktop.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="x11-libs/libpciaccess x11-proto/xextproto" RDEPEND="${DEPEND} x11-base/xorg-server" src_unpack() { git_src_unpack eautoreconf }