diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 08:29:16 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 08:29:16 +0000 |
commit | f57294661b9c1c32680c5df886c981a926148ecb (patch) | |
tree | 37ac5ea2fc904d12f1c878cc03d073066e1ba4ec /x11-drivers/xf86-video-nouveau | |
parent | Version bump. Add doc and s7 USE flags, install ruby scripts, and use REQUIRE... (diff) | |
download | historical-f57294661b9c1c32680c5df886c981a926148ecb.tar.gz historical-f57294661b9c1c32680c5df886c981a926148ecb.tar.bz2 historical-f57294661b9c1c32680c5df886c981a926148ecb.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #380421 filed by Chí-Thanh Christopher Nguyễn.
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index 56785256bf50..7ce86d988a78 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.34 2011/08/20 18:31:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.35 2011/08/30 08:27:41 chainsaw Exp $ + + 30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> + xf86-video-nouveau-0.0.16_pre20110801.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #380421 filed by Chí-Thanh Christopher Nguyễn. *xf86-video-nouveau-0.0.16_pre20110801 (20 Aug 2011) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild index 90f37c266e11..4d9bd2d1d9ba 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild,v 1.1 2011/08/20 18:31:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild,v 1.2 2011/08/30 08:27:41 chainsaw Exp $ EAPI=4 XORG_EAUTORECONF="yes" @@ -11,7 +11,7 @@ DESCRIPTION="Accelerated Open Source driver for nVidia cards" HOMEPAGE="http://nouveau.freedesktop.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]" |