*/*: Bump copyright on files touched this year
[gentoo.git] / x11-drivers / xf86-video-mga / xf86-video-mga-2.0.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 XORG_DRI=dri
6 inherit xorg-2
7
8 DESCRIPTION="Matrox video driver"
9
10 SLOT="0"
11 KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
12
13 src_configure() {
14         XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
15         xorg-2_src_configure
16 }