diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-08 15:37:10 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-08 15:37:10 +0000 |
commit | 9608e1d78485c7c606d4c6f90b71c22163fc52ef (patch) | |
tree | 557b728411f126b86359b51261e85bbd42f43ae0 /x11-drivers/xf86-video-dummy | |
parent | stable x86, bug 302046 (diff) | |
download | historical-9608e1d78485c7c606d4c6f90b71c22163fc52ef.tar.gz historical-9608e1d78485c7c606d4c6f90b71c22163fc52ef.tar.bz2 historical-9608e1d78485c7c606d4c6f90b71c22163fc52ef.zip |
stable x86, bug 302046
Package-Manager: portage-2.1.7.16/cvs/Linux i686
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r-- | x11-drivers/xf86-video-dummy/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 69db32ee4dc3..b319f74bbacb 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-dummy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.55 2010/01/30 18:32:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.56 2010/02/08 15:33:49 fauli Exp $ + + 08 Feb 2010; Christian Faulhammer <fauli@gentoo.org> + xf86-video-dummy-0.3.3.ebuild: + stable x86, bug 302046 30 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> xf86-video-dummy-0.3.3.ebuild: diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.ebuild index 11aba7a514e0..8ead8b18e6e0 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.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-dummy/xf86-video-dummy-0.3.3.ebuild,v 1.2 2010/01/30 18:32:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.3.ebuild,v 1.3 2010/02/08 15:33:49 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org driver for dummy cards" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |