kensington 15/02/05 17:29:38 Modified: tellico-2.3.9.ebuild ChangeLog Log: Add patch to prevent potential build failure wrt bug #538478. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.5 kde-misc/tellico/tellico-2.3.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.4&r2=1.5 Index: tellico-2.3.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tellico-2.3.9.ebuild 12 Dec 2014 15:44:33 -0000 1.4 +++ tellico-2.3.9.ebuild 5 Feb 2015 17:29:38 -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/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.4 2014/12/12 15:44:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.5 2015/02/05 17:29:38 kensington Exp $ EAPI=5 @@ -43,6 +43,7 @@ # tests need network access and well-defined server responses RESTRICT="test" +PATCHES=( "${FILESDIR}/${P}-build.patch") DOCS=( AUTHORS ChangeLog README ) src_configure() { 1.131 kde-misc/tellico/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 12 Dec 2014 15:44:33 -0000 1.130 +++ ChangeLog 5 Feb 2015 17:29:38 -0000 1.131 @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/tellico -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.130 2014/12/12 15:44:33 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.131 2015/02/05 17:29:38 kensington Exp $ + + 05 Feb 2015; Michael Palimaka <[email protected]> + +files/tellico-2.3.9-build.patch, tellico-2.3.9.ebuild: + Add patch to prevent potential build failure wrt bug #538478. 12 Dec 2014; Mikle Kolyada <[email protected]> tellico-2.3.9.ebuild: amd64 stable wrt bug #517344
