diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-13 13:35:43 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-13 13:35:43 +0000 |
commit | f976119b900f1955fe3304156f514de5bb260533 (patch) | |
tree | edc79bb28a94f7a87964d762c6bd1fbdc7bb04be /x11-drivers/xf86-video-voodoo | |
parent | Version bump. (diff) | |
download | historical-f976119b900f1955fe3304156f514de5bb260533.tar.gz historical-f976119b900f1955fe3304156f514de5bb260533.tar.bz2 historical-f976119b900f1955fe3304156f514de5bb260533.zip |
x86 stable, bug 327777
Package-Manager: portage-2.1.8.3/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'x11-drivers/xf86-video-voodoo')
-rw-r--r-- | x11-drivers/xf86-video-voodoo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-voodoo/ChangeLog b/x11-drivers/xf86-video-voodoo/ChangeLog index 6f91e7c600cc..917bd441e9f5 100644 --- a/x11-drivers/xf86-video-voodoo/ChangeLog +++ b/x11-drivers/xf86-video-voodoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-voodoo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.50 2010/07/12 11:09:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.51 2010/07/13 13:35:43 fauli Exp $ + + 13 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + xf86-video-voodoo-1.2.4.ebuild: + x86 stable, bug 327777 12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> xf86-video-voodoo-1.2.4.ebuild: diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild index 1b464a38ba86..e43e9497eb22 100644 --- a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild @@ -1,12 +1,12 @@ # 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-voodoo/xf86-video-voodoo-1.2.4.ebuild,v 1.2 2010/07/12 11:09:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.4.ebuild,v 1.3 2010/07/13 13:35:43 fauli Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="Voodoo video driver" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |