pinkbyte 14/09/26 08:01:25 Modified: ChangeLog boost-1.56.0.ebuild Log: Add workaround for building with USE=tools, wrt bug #522682 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.333 dev-libs/boost/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.333&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.333&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.332&r2=1.333 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v retrieving revision 1.332 retrieving revision 1.333 diff -u -r1.332 -r1.333 --- ChangeLog 4 Sep 2014 09:13:24 -0000 1.332 +++ ChangeLog 26 Sep 2014 08:01:25 -0000 1.333 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.332 2014/09/04 09:13:24 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.333 2014/09/26 08:01:25 pinkbyte Exp $ + + 26 Sep 2014; Sergey Popov <pinkb...@gentoo.org> boost-1.56.0.ebuild: + Add workaround for building with USE=tools, wrt bug #522682 *boost-1.56.0 (04 Sep 2014) 1.2 dev-libs/boost/boost-1.56.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?r1=1.1&r2=1.2 Index: boost-1.56.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- boost-1.56.0.ebuild 4 Sep 2014 09:13:24 -0000 1.1 +++ boost-1.56.0.ebuild 26 Sep 2014 08:01:25 -0000 1.2 @@ -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/dev-libs/boost/boost-1.56.0.ebuild,v 1.1 2014/09/04 09:13:24 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild,v 1.2 2014/09/26 08:01:25 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -108,6 +108,10 @@ "${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" \ "${FILESDIR}/${PN}-1.52.0-threads.patch" + # Do not try to build missing 'wave' tool, bug #522682 + # Upstream bugreport - https://svn.boost.org/trac/boost/ticket/10507 + sed -i -e 's:wave/build//wave::' tools/Jamfile.v2 || die + epatch_user multilib_copy_sources