summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-17 15:01:15 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-17 15:16:29 -0800
commit03078a0c53699e4508fb1df9da70844dd7e7552c (patch)
tree003579985d0ac0b6b287cc398e55c7c980d1431c /x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild
parentx11-drivers/xf86-video-sis: Version bump to 0.10.9. (diff)
downloadgentoo-03078a0c53699e4508fb1df9da70844dd7e7552c.tar.gz
gentoo-03078a0c53699e4508fb1df9da70844dd7e7552c.tar.bz2
gentoo-03078a0c53699e4508fb1df9da70844dd7e7552c.zip
x11-drivers/xf86-video-mga: Version bump to 1.6.5.
Diffstat (limited to 'x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild')
-rw-r--r--x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild
new file mode 100644
index 000000000000..3aba0ca9b420
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="Matrox video driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+ xorg-2_src_configure
+}