diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-04 12:01:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-04 12:01:33 +0000 |
commit | d973b38d1af6d0955bc75960b7c10110e46782fb (patch) | |
tree | 9f739e1539ae297ce6134c56e54fb9c7bc4a6813 | |
parent | Stable for ppc64, wrt bug #475480 (diff) | |
download | gentoo-2-d973b38d1af6d0955bc75960b7c10110e46782fb.tar.gz gentoo-2-d973b38d1af6d0955bc75960b7c10110e46782fb.tar.bz2 gentoo-2-d973b38d1af6d0955bc75960b7c10110e46782fb.zip |
Stable for ppc64, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
-rw-r--r-- | x11-drivers/xf86-video-fbdev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog index e91aa4884dbf..2671d11e3a8e 100644 --- a/x11-drivers/xf86-video-fbdev/ChangeLog +++ b/x11-drivers/xf86-video-fbdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-video-fbdev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.90 2013/10/03 20:09:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.91 2013/10/04 12:01:33 ago Exp $ + + 04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-fbdev-0.4.4.ebuild: + Stable for ppc64, wrt bug #475480 03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-fbdev-0.4.4.ebuild: Stable for ppc, wrt bug #475480 diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild index dea6807de56c..54f4209262f7 100644 --- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild +++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 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.4.4.ebuild,v 1.3 2013/10/03 20:09:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild,v 1.4 2013/10/04 12:01:33 ago Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="video driver for framebuffer device" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-base/xorg-server" |