diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-20 18:56:11 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-20 18:56:11 +0000 |
commit | f453f5e522efa7e11ae7ce6fc0a256f542389c67 (patch) | |
tree | c6aab4f40c8ce191811b1fa57f0fa7a230735be5 /x11-drivers | |
parent | Fix from Chromium OS for cross-compiling. (diff) | |
download | gentoo-2-f453f5e522efa7e11ae7ce6fc0a256f542389c67.tar.gz gentoo-2-f453f5e522efa7e11ae7ce6fc0a256f542389c67.tar.bz2 gentoo-2-f453f5e522efa7e11ae7ce6fc0a256f542389c67.zip |
Version bump to 1.6.4, bug 540664.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-mga/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mga/xf86-video-mga-1.6.4.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-mga/ChangeLog b/x11-drivers/xf86-video-mga/ChangeLog index 9fba8a58b848..ba2f5c61a696 100644 --- a/x11-drivers/xf86-video-mga/ChangeLog +++ b/x11-drivers/xf86-video-mga/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-mga -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.126 2014/04/19 17:47:26 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.127 2015/02/20 18:56:11 mattst88 Exp $ + +*xf86-video-mga-1.6.4 (20 Feb 2015) + + 20 Feb 2015; Matt Turner <mattst88@gentoo.org> +xf86-video-mga-1.6.4.ebuild: + Version bump to 1.6.4, bug 540664. 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xf86-video-mga-1.6.3.ebuild: Stable for sparc, wrt bug #500368 diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.4.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.4.ebuild new file mode 100644 index 000000000000..e4ed7b6baba6 --- /dev/null +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.4.ebuild,v 1.1 2015/02/20 18:56:11 mattst88 Exp $ + +EAPI=4 +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 +} |