diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-12-25 20:20:15 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-12-25 20:20:15 +0000 |
commit | 20b46fc038c7534d7eef9d7898a3bdb3f7ce8307 (patch) | |
tree | 74ee9dea9910ca74640188629a8f62542c977f53 /x11-drivers/xf86-video-dummy | |
parent | stable x86, bug 332421 (diff) | |
download | gentoo-2-20b46fc038c7534d7eef9d7898a3bdb3f7ce8307.tar.gz gentoo-2-20b46fc038c7534d7eef9d7898a3bdb3f7ce8307.tar.bz2 gentoo-2-20b46fc038c7534d7eef9d7898a3bdb3f7ce8307.zip |
x86 stable, bug 344827
(Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
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.4.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 8349b06a2a63..a3ec9a0a61c7 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.65 2010/12/23 12:44:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.66 2010/12/25 20:20:15 fauli Exp $ + + 25 Dec 2010; Christian Faulhammer <fauli@gentoo.org> + xf86-video-dummy-0.3.4.ebuild: + x86 stable, bug 344827 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xf86-video-dummy-0.3.4.ebuild: diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.4.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.4.ebuild index 5a7c2420d06a..b32ae1e9e1e5 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.4.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.4.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.4.ebuild,v 1.3 2010/12/23 12:44:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.4.ebuild,v 1.4 2010/12/25 20:20:15 fauli Exp $ EAPI=3 @@ -8,7 +8,7 @@ inherit xorg-2 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" |