diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-16 14:05:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-16 14:05:42 +0000 |
commit | 68080ec595164179aa9abe8204e979cef27d013c (patch) | |
tree | fba6789311f6ec0fad7f9ca317af0ad45900d775 | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-68080ec595164179aa9abe8204e979cef27d013c.tar.gz gentoo-2-68080ec595164179aa9abe8204e979cef27d013c.tar.bz2 gentoo-2-68080ec595164179aa9abe8204e979cef27d013c.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 8b87c78df7a2..00f0a1a3293f 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.23 2006/04/14 17:30:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.24 2006/04/16 14:05:42 flameeyes Exp $ + + 16 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + xf86-video-ati-6.5.7.3.ebuild: + Add ~x86-fbsd keyword. *xf86-video-ati-6.6.0 (14 Apr 2006) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild index 1d7b33488e2c..d0ac3517c818 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild,v 1.7 2006/03/21 22:53:10 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.3.ebuild,v 1.8 2006/04/16 14:05:42 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for ati cards" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="dri" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} |