diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:37:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:37:11 +0000 |
commit | 9e41ff7b8ebd1f87787bf043ba3de89273595ec6 (patch) | |
tree | 9b8743a2f3f2e2812d86a5595dabc2c266666455 /x11-drivers | |
parent | Fix py3 crasher by restricting py3. Fixes bug#443514. (diff) | |
download | gentoo-2-9e41ff7b8ebd1f87787bf043ba3de89273595ec6.tar.gz gentoo-2-9e41ff7b8ebd1f87787bf043ba3de89273595ec6.tar.bz2 gentoo-2-9e41ff7b8ebd1f87787bf043ba3de89273595ec6.zip |
Stable for amd64, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-rendition/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 0c89b42ce483..9738722869e7 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-rendition # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.57 2012/09/17 15:03:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.58 2012/11/16 16:37:11 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> + xf86-video-rendition-4.2.5.ebuild: + Stable for amd64, wrt bug #440872 17 Sep 2012; Alexis Ballier <aballier@gentoo.org> xf86-video-rendition-4.2.5.ebuild: diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild index ddccc39a030e..5bf3403d6cee 100644 --- a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.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-rendition/xf86-video-rendition-4.2.5.ebuild,v 1.2 2012/09/17 15:03:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild,v 1.3 2012/11/16 16:37:11 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Rendition video driver" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |