diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-12-11 12:54:48 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-12-11 12:56:09 -0800 |
commit | b5c8101f0f5481eb5ecbda7d52928288f77bc77e (patch) | |
tree | 7208cc1db558a39b25c7624b8eca423583e2bbef /x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild | |
parent | profiles/package.mask: fix comment from previous commit (diff) | |
download | gentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.tar.gz gentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.tar.bz2 gentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.zip |
x11-drivers/xf86-video-mga: Version bump to 2.0.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild new file mode 100644 index 000000000000..068ece928341 --- /dev/null +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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 +} |