pacho 15/01/15 13:19:13 Modified: xf86-video-openchrome-0.3.3.ebuild ChangeLog Log: Fix building with glibc-2.20 (#526728) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.5 x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild?r1=1.4&r2=1.5 Index: xf86-video-openchrome-0.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xf86-video-openchrome-0.3.3.ebuild 20 Feb 2014 11:46:20 -0000 1.4 +++ xf86-video-openchrome-0.3.3.ebuild 15 Jan 2015 13:19:13 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild,v 1.4 2014/02/20 11:46:20 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.3.3.ebuild,v 1.5 2015/01/15 13:19:13 pacho Exp $ EAPI=5 XORG_DRI="always" @@ -25,6 +25,8 @@ DOCS=( ChangeLog NEWS README ) +PATCHES=( "${FILESDIR}"/${P}-glibc-2.20.patch ) #526728 + src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable debug) 1.75 x11-drivers/xf86-video-openchrome/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 20 Feb 2014 11:46:20 -0000 1.74 +++ ChangeLog 15 Jan 2015 13:19:13 -0000 1.75 @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-openchrome -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.74 2014/02/20 11:46:20 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.75 2015/01/15 13:19:13 pacho Exp $ + + 15 Jan 2015; Pacho Ramos <[email protected]> + +files/xf86-video-openchrome-0.3.3-glibc-2.20.patch, + xf86-video-openchrome-0.3.3.ebuild: + Fix building with glibc-2.20 (#526728) 20 Feb 2014; Chí-Thanh Christopher Nguyễn <[email protected]> -xf86-video-openchrome-0.3.1.ebuild, -xf86-video-openchrome-0.3.2.ebuild,
