diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-02-15 19:09:04 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-02-15 19:09:04 +0000 |
commit | ecdd20080f69fe01d95ce79317da2c99147e0fc0 (patch) | |
tree | 02387c18b78c7023e1b4a08edc3617569fc68cb9 /x11-drivers/xf86-video-nv | |
parent | Version bump, fixing bug #280404, #300192 and #305227. (diff) | |
download | historical-ecdd20080f69fe01d95ce79317da2c99147e0fc0.tar.gz historical-ecdd20080f69fe01d95ce79317da2c99147e0fc0.tar.bz2 historical-ecdd20080f69fe01d95ce79317da2c99147e0fc0.zip |
Marked ppc/ppc64 stable for bug #302046.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r-- | x11-drivers/xf86-video-nv/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index e3dbf61d40ef..92521cd0c632 100644 --- a/x11-drivers/xf86-video-nv/ChangeLog +++ b/x11-drivers/xf86-video-nv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-video-nv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.94 2010/02/08 15:32:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.95 2010/02/15 19:07:24 josejx Exp $ + + 15 Feb 2010; Joseph Jezak <josejx@gentoo.org> xf86-video-nv-2.1.16.ebuild: + Marked ppc/ppc64 stable for bug #302046. 08 Feb 2010; Christian Faulhammer <fauli@gentoo.org> xf86-video-nv-2.1.16.ebuild: diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild index 1752aee82b81..eb163bc948e7 100644 --- a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild,v 1.3 2010/02/08 15:32:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.16.ebuild,v 1.4 2010/02/15 19:07:24 josejx Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="Nvidia video driver" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="x11-base/xorg-server" |