chithanh 14/03/27 21:27:03 Modified: glamor-0.6.0.ebuild ChangeLog Log: Work around parallel install failure, bug #488124. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 x11-libs/glamor/glamor-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.3&r2=1.4 Index: glamor-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glamor-0.6.0.ebuild 27 Mar 2014 11:06:45 -0000 1.3 +++ glamor-0.6.0.ebuild 27 Mar 2014 21:27:03 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.3 2014/03/27 11:06:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.4 2014/03/27 21:27:03 chithanh Exp $ EAPI=5 @@ -10,7 +10,7 @@ XORG_MODULE_REBUILD=yes S=${WORKDIR}/${PN}-egl-${PV} -inherit xorg-2 toolchain-funcs +inherit autotools-utils xorg-2 toolchain-funcs DESCRIPTION="OpenGL based 2D rendering acceleration library" SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2" @@ -46,3 +46,8 @@ append-ldflags -Wl,-z,lazy fi } + +src_install() { + # workaround parallel install failure, bug #488124. + autotools-utils_src_install -j1 +} 1.29 x11-libs/glamor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 27 Mar 2014 11:06:45 -0000 1.28 +++ ChangeLog 27 Mar 2014 21:27:03 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/glamor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.28 2014/03/27 11:06:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.29 2014/03/27 21:27:03 chithanh Exp $ + + 27 Mar 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + glamor-0.6.0.ebuild: + Work around parallel install failure, bug #488124. 27 Mar 2014; Agostino Sarubbo <[email protected]> glamor-0.6.0.ebuild: Stable for amd64, wrt bug #500368
