diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 02:24:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 02:24:45 +0000 |
commit | ddbd2c94f6e79d3637a28520a4af6ab35be2dccf (patch) | |
tree | b5272bd9dd8ff290258b32baff729fd3ac551e76 /x11-drivers/xf86-video-trident | |
parent | USE="static-libs" and punt useless libtool files (diff) | |
download | historical-ddbd2c94f6e79d3637a28520a4af6ab35be2dccf.tar.gz historical-ddbd2c94f6e79d3637a28520a4af6ab35be2dccf.tar.bz2 historical-ddbd2c94f6e79d3637a28520a4af6ab35be2dccf.zip |
keyword ~amd64-fbsd (compile tested only)
Package-Manager: portage-2.2.0_alpha105/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-trident')
-rw-r--r-- | x11-drivers/xf86-video-trident/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-trident/xf86-video-trident-1.3.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-trident/ChangeLog b/x11-drivers/xf86-video-trident/ChangeLog index c964ae53bb5f..0998a07f79ca 100644 --- a/x11-drivers/xf86-video-trident/ChangeLog +++ b/x11-drivers/xf86-video-trident/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-trident # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.53 2012/03/24 16:29:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.54 2012/05/16 02:24:45 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-trident-1.3.5.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-trident-1.3.5 (24 Mar 2012) diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.5.ebuild b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.5.ebuild index eefcd999e8af..2fcad50a66b0 100644 --- a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.5.ebuild +++ b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.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-trident/xf86-video-trident-1.3.5.ebuild,v 1.1 2012/03/24 16:29:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.5.ebuild,v 1.2 2012/05/16 02:24:45 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Trident video driver" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |