diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:48:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:48:57 +0000 |
commit | 213dbc0c82a03da32147ce5ce784bf9c22f60d49 (patch) | |
tree | 779bbfd509bdeff86893e1771a02b0c9f7d1e6fa /x11-drivers/xf86-video-i128 | |
parent | Upstream patch for "fix openssl initialization and handle error to avoid cras... (diff) | |
download | gentoo-2-213dbc0c82a03da32147ce5ce784bf9c22f60d49.tar.gz gentoo-2-213dbc0c82a03da32147ce5ce784bf9c22f60d49.tar.bz2 gentoo-2-213dbc0c82a03da32147ce5ce784bf9c22f60d49.zip |
keyword ~amd64-fbsd (compile tested only)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-i128')
-rw-r--r-- | x11-drivers/xf86-video-i128/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-i128/ChangeLog b/x11-drivers/xf86-video-i128/ChangeLog index 26e26008d128..6f3de68ccffa 100644 --- a/x11-drivers/xf86-video-i128/ChangeLog +++ b/x11-drivers/xf86-video-i128/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-i128 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.46 2012/03/24 16:26:36 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.47 2012/05/16 00:48:57 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-i128-1.3.5.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-i128-1.3.5 (24 Mar 2012) diff --git a/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild b/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild index 3f0faa2cef5b..9cbb7011973c 100644 --- a/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild +++ b/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.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-i128/xf86-video-i128-1.3.5.ebuild,v 1.1 2012/03/24 16:26:36 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild,v 1.2 2012/05/16 00:48:57 aballier Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Number 9 I128 video driver" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |