diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-07-20 16:10:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-07-20 16:10:14 +0000 |
commit | 1dc15d2994f867bce793a23649ad67d5d13172dc (patch) | |
tree | f6d0c1bdb1568227524a33a5d4c81a0a5c7219ef /x11-drivers/xf86-video-dummy | |
parent | Fix the "Error initializing libicu support: 'U_ILLEGAL_ARGUMENT_ERROR'" error... (diff) | |
download | gentoo-2-1dc15d2994f867bce793a23649ad67d5d13172dc.tar.gz gentoo-2-1dc15d2994f867bce793a23649ad67d5d13172dc.tar.bz2 gentoo-2-1dc15d2994f867bce793a23649ad67d5d13172dc.zip |
Stable for HPPA (bug #425644).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
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.5-r1.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 bb08f5cd42d1..8e72f8737148 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.82 2012/07/19 20:56:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.83 2012/07/20 16:10:14 jer Exp $ + + 20 Jul 2012; Jeroen Roovers <jer@gentoo.org> + xf86-video-dummy-0.3.5-r1.ebuild: + Stable for HPPA (bug #425644). 19 Jul 2012; Markus Meier <maekke@gentoo.org> xf86-video-dummy-0.3.5-r1.ebuild: diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5-r1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5-r1.ebuild index 17bdf2dc9a58..aa2de1685204 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5-r1.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5-r1.ebuild @@ -1,13 +1,13 @@ # 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-dummy/xf86-video-dummy-0.3.5-r1.ebuild,v 1.6 2012/07/19 20:56:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5-r1.ebuild,v 1.7 2012/07/20 16:10:14 jer Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org driver for dummy cards" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="dga" RDEPEND=">=x11-base/xorg-server-1.0.99" |