diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:54:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:54:03 +0000 |
commit | 53c3d040bcb3ca7e3b872cbedcae36a53609e2a7 (patch) | |
tree | 38eeba96a5f73b1456dcb7b22bf663cbd26eaf54 /x11-drivers/xf86-video-nv | |
parent | unmask some xorg-drivers useflags (diff) | |
download | gentoo-2-53c3d040bcb3ca7e3b872cbedcae36a53609e2a7.tar.gz gentoo-2-53c3d040bcb3ca7e3b872cbedcae36a53609e2a7.tar.bz2 gentoo-2-53c3d040bcb3ca7e3b872cbedcae36a53609e2a7.zip |
keyword ~amd64-fbsd (compile tested only)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r-- | x11-drivers/xf86-video-nv/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index 1b386d78b5ce..6dadff4d74a9 100644 --- a/x11-drivers/xf86-video-nv/ChangeLog +++ b/x11-drivers/xf86-video-nv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-nv -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.110 2011/02/14 23:56:23 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.111 2012/05/16 00:54:03 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-nv-2.1.18.ebuild: + keyword ~amd64-fbsd (compile tested only) 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-video-nv-2.1.18.ebuild: diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild index 698123dc61e0..9b3d6fe79a24 100644 --- a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-nv/xf86-video-nv-2.1.18.ebuild,v 1.6 2011/02/14 23:56:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.18.ebuild,v 1.7 2012/05/16 00:54:03 aballier Exp $ EAPI=3 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Nvidia 2D only video driver" -KEYWORDS="alpha amd64 ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-base/xorg-server" |