diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-08 15:33:49 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-08 15:33:49 +0000 |
commit | a488504ea22845408b5f297a4cdb5e6a71b50432 (patch) | |
tree | c9c3a3783052ef000968aeb536d7f304e7e294ff /x11-drivers/xf86-video-dummy | |
parent | stable x86, bug 302046 (diff) | |
download | gentoo-2-a488504ea22845408b5f297a4cdb5e6a71b50432.tar.gz gentoo-2-a488504ea22845408b5f297a4cdb5e6a71b50432.tar.bz2 gentoo-2-a488504ea22845408b5f297a4cdb5e6a71b50432.zip |
stable x86, bug 302046
(Portage version: 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" |