diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:51:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:51:22 +0000 |
commit | 826efc8dc2b7c594e79df163a169f6dfc48d68cb (patch) | |
tree | 83f2552790f242288b9482723a6cd55ca53d8705 | |
parent | keyword ~amd64-fbsd (compile tested only) (diff) | |
download | gentoo-2-826efc8dc2b7c594e79df163a169f6dfc48d68cb.tar.gz gentoo-2-826efc8dc2b7c594e79df163a169f6dfc48d68cb.tar.bz2 gentoo-2-826efc8dc2b7c594e79df163a169f6dfc48d68cb.zip |
keyword ~amd64-fbsd (compile tested only)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
-rw-r--r-- | x11-drivers/xf86-video-mach64/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog index 9ed163c44467..e21e867900c1 100644 --- a/x11-drivers/xf86-video-mach64/ChangeLog +++ b/x11-drivers/xf86-video-mach64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-mach64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.26 2012/03/24 16:27:00 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.27 2012/05/16 00:51:22 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-mach64-6.9.1.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-mach64-6.9.1 (24 Mar 2012) diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild index 7ec30b6a6fa2..99dcf18d6e09 100644 --- a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild @@ -1,6 +1,6 @@ # 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-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.1 2012/03/24 16:27:00 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.2 2012/05/16 00:51:22 aballier Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="ATI Mach64 video driver" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.10" |