diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-18 12:14:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-18 12:14:01 +0000 |
commit | c1a6289af41da84709bd94b8e56d44201b6311ab (patch) | |
tree | 094e1fe5f6f263b7f90f0ed4d57f6c92058db0db /x11-drivers/xf86-video-cirrus | |
parent | Fix bug #443680. Thanks to Petteri Räty for the report. (diff) | |
download | gentoo-2-c1a6289af41da84709bd94b8e56d44201b6311ab.tar.gz gentoo-2-c1a6289af41da84709bd94b8e56d44201b6311ab.tar.bz2 gentoo-2-c1a6289af41da84709bd94b8e56d44201b6311ab.zip |
Stable for x86, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-cirrus')
-rw-r--r-- | x11-drivers/xf86-video-cirrus/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-cirrus/ChangeLog b/x11-drivers/xf86-video-cirrus/ChangeLog index 56894ab24da1..3481e9064105 100644 --- a/x11-drivers/xf86-video-cirrus/ChangeLog +++ b/x11-drivers/xf86-video-cirrus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-cirrus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.48 2012/11/16 16:33:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.49 2012/11/18 12:14:01 ago Exp $ + + 18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> + xf86-video-cirrus-1.5.1.ebuild: + Stable for x86, wrt bug #440872 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-cirrus-1.5.1.ebuild: diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild index 27e707862549..faad3023cc82 100644 --- a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild +++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild @@ -1,12 +1,12 @@ # 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-cirrus/xf86-video-cirrus-1.5.1.ebuild,v 1.2 2012/11/16 16:33:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.1.ebuild,v 1.3 2012/11/18 12:14:01 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Cirrus Logic video driver" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |