diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-09-17 15:03:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-09-17 15:03:01 +0000 |
commit | c48b126713db7d1fc871749fb39e9309a6b77591 (patch) | |
tree | fa6a9a2f44f39a33caaadffc0bbfcd9834232fbe /x11-drivers | |
parent | keyword ~amd64-fbsd, compile tested only. (diff) | |
download | gentoo-2-c48b126713db7d1fc871749fb39e9309a6b77591.tar.gz gentoo-2-c48b126713db7d1fc871749fb39e9309a6b77591.tar.bz2 gentoo-2-c48b126713db7d1fc871749fb39e9309a6b77591.zip |
keyword ~amd64-fbsd, compile tested only.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-rendition/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index cb169f16ac80..0c89b42ce483 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-rendition # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.56 2012/07/21 20:32:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.57 2012/09/17 15:03:01 aballier Exp $ + + 17 Sep 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-rendition-4.2.5.ebuild: + keyword ~amd64-fbsd, compile tested only. *xf86-video-rendition-4.2.5 (21 Jul 2012) diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild index 19bc07f4fc72..ddccc39a030e 100644 --- a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.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-rendition/xf86-video-rendition-4.2.5.ebuild,v 1.1 2012/07/21 20:32:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild,v 1.2 2012/09/17 15:03:01 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Rendition video driver" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |