diff options
author | 2012-11-16 16:37:11 +0000 | |
---|---|---|
committer | 2012-11-16 16:37:11 +0000 | |
commit | 9e41ff7b8ebd1f87787bf043ba3de89273595ec6 (patch) | |
tree | 9b8743a2f3f2e2812d86a5595dabc2c266666455 /x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild | |
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/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |