diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 02:01:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 02:01:16 +0000 |
commit | dbf5b4534f93aca7f493ef0af7ad935c170ad8e9 (patch) | |
tree | fbe359fbfbc6f94cb69e7e19eec8f84c534c9727 /x11-drivers | |
parent | Revert previous change. (diff) | |
download | gentoo-2-dbf5b4534f93aca7f493ef0af7ad935c170ad8e9.tar.gz gentoo-2-dbf5b4534f93aca7f493ef0af7ad935c170ad8e9.tar.bz2 gentoo-2-dbf5b4534f93aca7f493ef0af7ad935c170ad8e9.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-vesa/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index e9f02cfc3ee3..60d56edecd52 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.54 2012/03/22 21:46:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.55 2012/05/16 02:01:16 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-vesa-2.3.1.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-vesa-2.3.1 (22 Mar 2012) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild index 37329212610a..8c663df0c99f 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.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-vesa/xf86-video-vesa-2.3.1.ebuild,v 1.1 2012/03/22 21:46:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild,v 1.2 2012/05/16 02:01:16 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Generic VESA 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" |