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