mattst88 14/12/12 21:50:18 Modified: cairo-1.12.18.ebuild ChangeLog Log: Disable the test suite better, bug 532338. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.5 x11-libs/cairo/cairo-1.12.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?r1=1.4&r2=1.5 Index: cairo-1.12.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cairo-1.12.18.ebuild 9 Dec 2014 21:35:55 -0000 1.4 +++ cairo-1.12.18.ebuild 12 Dec 2014 21:50:18 -0000 1.5 @@ -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/cairo/cairo-1.12.18.ebuild,v 1.4 2014/12/09 21:35:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.5 2014/12/12 21:50:18 mattst88 Exp $ EAPI=5 @@ -102,6 +102,8 @@ touch src/Makefile.am.features touch ChangeLog fi + + eautoreconf } multilib_src_configure() { 1.392 x11-libs/cairo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.392&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.392&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.391&r2=1.392 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- ChangeLog 9 Dec 2014 21:35:55 -0000 1.391 +++ ChangeLog 12 Dec 2014 21:50:18 -0000 1.392 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.391 2014/12/09 21:35:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.392 2014/12/12 21:50:18 mattst88 Exp $ + + 12 Dec 2014; Matt Turner <[email protected]> cairo-1.12.18.ebuild, + files/cairo-1.12.18-disable-test-suite.patch: + Disable the test suite better, bug 532338. 09 Dec 2014; Matt Turner <[email protected]> cairo-1.12.18.ebuild, cairo-9999.ebuild:
