blob: ed7f1e5837f3c8513ae43b6b246e4067ae18d384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-0.8.0.ebuild,v 1.11 2013/11/28 18:43:14 chithanh Exp $
EAPI=5
inherit xorg-2
DESCRIPTION="Unaccelerated generic driver for kernel modesetting"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
PATCHES=(
"${FILESDIR}"/${P}-damageunregister.patch
)
|