diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:28:42 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:28:42 +0000 |
commit | 434d7524df80238dbe46af25f784f3f5df7e70dc (patch) | |
tree | 2e70453ffdb82e9add8a8ddafa9aa23f018b95b2 /x11-drivers/xf86-video-mach64 | |
parent | Version bump. (diff) | |
download | gentoo-2-434d7524df80238dbe46af25f784f3f5df7e70dc.tar.gz gentoo-2-434d7524df80238dbe46af25f784f3f5df7e70dc.tar.bz2 gentoo-2-434d7524df80238dbe46af25f784f3f5df7e70dc.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog index 1662a5c978b4..01d3cc66483d 100644 --- a/x11-drivers/xf86-video-mach64/ChangeLog +++ b/x11-drivers/xf86-video-mach64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-mach64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.32 2012/07/12 17:33:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.33 2012/07/21 20:28:42 chithanh Exp $ + +*xf86-video-mach64-6.9.3 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-mach64-6.9.3.ebuild: + Version bump. 12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-video-mach64-6.9.1.ebuild: Marking xf86-video-mach64-6.9.1 ppc stable for bug 419473 diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild new file mode 100644 index 000000000000..25bd2b4456e6 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.3.ebuild,v 1.1 2012/07/21 20:28:42 chithanh Exp $ + +EAPI=4 + +XORG_DRI="dri" +inherit xorg-2 + +DESCRIPTION="ATI Mach64 video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.10" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) + + xorg-2_pkg_setup +} |