diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-24 16:29:11 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-24 16:29:11 +0000 |
commit | 855af8c2efad2d483cbda67945a24961808035e8 (patch) | |
tree | f9ad3178747098eeddfadf127835ae5eb6fc087d /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-855af8c2efad2d483cbda67945a24961808035e8.tar.gz gentoo-2-855af8c2efad2d483cbda67945a24961808035e8.tar.bz2 gentoo-2-855af8c2efad2d483cbda67945a24961808035e8.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sis/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog index 60f98c640c35..1c6eb7bb52d2 100644 --- a/x11-drivers/xf86-video-sis/ChangeLog +++ b/x11-drivers/xf86-video-sis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sis -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.53 2011/02/13 19:05:36 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.54 2012/03/24 16:29:11 chithanh Exp $ + +*xf86-video-sis-0.10.4 (24 Mar 2012) + + 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-sis-0.10.4.ebuild: + Version bump. 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-sis-0.10.2.ebuild: diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild new file mode 100644 index 000000000000..670a7d0eff7e --- /dev/null +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild @@ -0,0 +1,15 @@ +# 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-sis/xf86-video-sis-0.10.4.ebuild,v 1.1 2012/03/24 16:29:11 chithanh Exp $ + +EAPI=4 +XORG_DRI=dri +inherit xorg-2 + +DESCRIPTION="SiS and XGI video driver" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="dri" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS="$(use_enable dri)" +} |