diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-08 20:03:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-08 20:03:34 +0000 |
commit | 3fa5a77a01b2d5a8ff08a944c27cf35c10488164 (patch) | |
tree | b2a2abbb1603362c145b117de1a3e458479f2a5f /x11-drivers | |
parent | Stable for ppc, wrt bug #500368 (diff) | |
download | gentoo-2-3fa5a77a01b2d5a8ff08a944c27cf35c10488164.tar.gz gentoo-2-3fa5a77a01b2d5a8ff08a944c27cf35c10488164.tar.bz2 gentoo-2-3fa5a77a01b2d5a8ff08a944c27cf35c10488164.zip |
Stable for ppc, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index 59fdffd5883f..2dc671c6698e 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.71 2014/04/06 10:11:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.72 2014/04/08 20:03:34 ago Exp $ + + 08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> + xf86-video-nouveau-1.0.10.ebuild: + Stable for ppc, wrt bug #500368 06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xf86-video-nouveau-1.0.10.ebuild: diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild index 8cc195b0bca1..da444455d208 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-1.0.10.ebuild,v 1.3 2014/04/06 10:11:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild,v 1.4 2014/04/08 20:03:34 ago Exp $ EAPI=5 XORG_DRI="always" @@ -14,7 +14,7 @@ fi DESCRIPTION="Accelerated Open Source driver for nVidia cards" HOMEPAGE="http://nouveau.freedesktop.org/" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]" |