diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:38:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:38:07 +0000 |
commit | 21d2ab6b76c0c82604a3134c27dc6512816b0786 (patch) | |
tree | 8801c3340da81093d2e06f3ce7b0167189ced651 /x11-drivers/xf86-video-ati | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-21d2ab6b76c0c82604a3134c27dc6512816b0786.tar.gz gentoo-2-21d2ab6b76c0c82604a3134c27dc6512816b0786.tar.bz2 gentoo-2-21d2ab6b76c0c82604a3134c27dc6512816b0786.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.3 | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 11991992b3a6..92b3032dc15d 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.25 2006/04/29 16:57:17 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.26 2006/06/05 21:38:07 flameeyes Exp $ + + 05 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + xf86-video-ati-6.6.0.ebuild: + Add ~x86-fbsd keyword. *xf86-video-ati-6.5.8.0 (29 Apr 2006) diff --git a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.3 b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.3 index be333fe407b1..cbebe7e8b4a0 100644 --- a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.3 +++ b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7.3 @@ -2,3 +2,5 @@ MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 MD5 a87420414681c53681a330b55ffb04ea xf86-video-ati-6.5.7.3.tar.bz2 700284 +RMD160 e1b69448989cca8a958fc4ce0da8a55aea2677fd xf86-video-ati-6.5.7.3.tar.bz2 700284 +SHA256 f424a7ab8129a8898fb7916e73bb3232d3e9d92a7259696eb178364b44895f72 xf86-video-ati-6.5.7.3.tar.bz2 700284 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.ebuild index 18f9e8ff6814..84024a2afd30 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.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.6.0.ebuild,v 1.1 2006/04/14 17:30:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.0.ebuild,v 1.2 2006/06/05 21:38:07 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-1.0.99" DEPEND="${RDEPEND} |