diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:33:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:33:01 +0000 |
commit | b8ba4a4bfedcfdaade0cf1875eaf78b903b2fffa (patch) | |
tree | 6b1a3cf1873f3c5a9efd00c3c41cc20ad9c092d9 /x11-drivers | |
parent | Stable for amd64, wrt bug #440872 (diff) | |
download | gentoo-2-b8ba4a4bfedcfdaade0cf1875eaf78b903b2fffa.tar.gz gentoo-2-b8ba4a4bfedcfdaade0cf1875eaf78b903b2fffa.tar.bz2 gentoo-2-b8ba4a4bfedcfdaade0cf1875eaf78b903b2fffa.zip |
Stable for amd64, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-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 d17366f2fa0e..56894ab24da1 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.47 2012/08/26 19:54:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.48 2012/11/16 16:33:01 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> + xf86-video-cirrus-1.5.1.ebuild: + Stable for amd64, wrt bug #440872 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-cirrus-1.4.0.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 d2f571d96336..27e707862549 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.1 2012/07/21 20:26:03 chithanh Exp $ +# $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 $ 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" |