diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 23:26:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 23:26:38 +0000 |
commit | f738ff3b3202aeac0d4dbbad96dcc2031df8ce22 (patch) | |
tree | 12fbc3c3beab83e3ec3af3cc1ed8507b3876d269 /x11-drivers/xf86-video-fbdev | |
parent | fixed -r4 not working (diff) | |
download | historical-f738ff3b3202aeac0d4dbbad96dcc2031df8ce22.tar.gz historical-f738ff3b3202aeac0d4dbbad96dcc2031df8ce22.tar.bz2 historical-f738ff3b3202aeac0d4dbbad96dcc2031df8ce22.zip |
Added ~ppc64
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-drivers/xf86-video-fbdev')
-rw-r--r-- | x11-drivers/xf86-video-fbdev/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog index 133f14f29b3d..11495d5160bb 100644 --- a/x11-drivers/xf86-video-fbdev/ChangeLog +++ b/x11-drivers/xf86-video-fbdev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-fbdev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.13 2006/02/02 17:18:25 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.14 2006/02/14 23:23:57 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> + xf86-video-fbdev-0.1.0.5.ebuild: + Added ~ppc64 02 Feb 2006; Luis Medinas <metalgod@gentoo.org> xf86-video-fbdev-0.1.0.5.ebuild: diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.ebuild index fa37d2b3bd0b..f3100c63af10 100644 --- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.ebuild +++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.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-fbdev/xf86-video-fbdev-0.1.0.5.ebuild,v 1.2 2006/02/02 17:18:25 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.5.ebuild,v 1.3 2006/02/14 23:23:57 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for fbdev cards" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/fontsproto |