diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:46:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:46:39 +0000 |
commit | 0b81f52e0247e7f3e38d415a53eeb8d8b6a1b546 (patch) | |
tree | 0e9e34b97b46838807802d483387fc4b208630f8 /x11-drivers | |
parent | keyword ~amd64-fbsd (compile tested only) (diff) | |
download | gentoo-2-0b81f52e0247e7f3e38d415a53eeb8d8b6a1b546.tar.gz gentoo-2-0b81f52e0247e7f3e38d415a53eeb8d8b6a1b546.tar.bz2 gentoo-2-0b81f52e0247e7f3e38d415a53eeb8d8b6a1b546.zip |
keyword ~amd64-fbsd (compile tested only)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
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.4.0.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 0fa793e19203..2f0c5b155f28 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.40 2012/03/24 16:26:17 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.41 2012/05/16 00:46:39 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-cirrus-1.4.0.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-cirrus-1.4.0 (24 Mar 2012) diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.4.0.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.4.0.ebuild index 7ceafa5a9a02..6682185403ca 100644 --- a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.4.0.ebuild +++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.4.0.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.4.0.ebuild,v 1.1 2012/03/24 16:26:17 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.4.0.ebuild,v 1.2 2012/05/16 00:46:39 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Cirrus Logic video driver" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |