slyfox 14/08/19 06:59:27 Modified: ski-1.3.2.ebuild ChangeLog Log: Fix build failure against modern binutils. (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.6 app-emulation/ski/ski-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild?r1=1.5&r2=1.6 Index: ski-1.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ski-1.3.2.ebuild 30 Sep 2013 06:57:41 -0000 1.5 +++ ski-1.3.2.ebuild 19 Aug 2014 06:59:27 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.5 2013/09/30 06:57:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ski-1.3.2.ebuild,v 1.6 2014/08/19 06:59:27 slyfox Exp $ EAPI="4" @@ -36,6 +36,7 @@ "${FILESDIR}"/${P}-no-local-ltdl.patch "${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch "${FILESDIR}"/${P}-configure-withval.patch + "${FILESDIR}"/${P}-binutils.patch ) src_prepare() { 1.7 app-emulation/ski/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ski/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 31 Dec 2013 17:09:19 -0000 1.6 +++ ChangeLog 19 Aug 2014 06:59:27 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/ski -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.6 2013/12/31 17:09:19 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.7 2014/08/19 06:59:27 slyfox Exp $ + + 19 Aug 2014; Sergei Trofimovich <[email protected]> + +files/ski-1.3.2-binutils.patch, ski-1.3.2.ebuild: + Fix build failure against modern binutils. 31 Dec 2013; Tom Wijsman <[email protected]> -files/ski-1.3.2-gtk-linkage.patch:
