hasufell 14/07/30 15:53:07 Modified: boost-1.52.0-r7.ebuild ChangeLog Log: backport glibc-2.18 patch to stable candidate wrt #518544 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.3 dev-libs/boost/boost-1.52.0-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild?r1=1.2&r2=1.3 Index: boost-1.52.0-r7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boost-1.52.0-r7.ebuild 29 Jul 2014 20:06:14 -0000 1.2 +++ boost-1.52.0-r7.ebuild 30 Jul 2014 15:53:07 -0000 1.3 @@ -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.52.0-r7.ebuild,v 1.2 2014/07/29 20:06:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.3 2014/07/30 15:53:07 hasufell Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -85,7 +85,9 @@ "${FILESDIR}/remove-toolset-1.48.0.patch" \ "${FILESDIR}/${PN}-1.52.0-tuple.patch" \ "${FILESDIR}/${P}-locale-utf.patch" \ - "${FILESDIR}/${PN}-1.52.0-threads.patch" + "${FILESDIR}/${PN}-1.52.0-threads.patch" \ + "${FILESDIR}/${PN}-1.53.0-glibc-2.18-compat.patch" # bug 482372 + # Avoid a patch for now for file in libs/context/src/asm/*.S; do 1.321 dev-libs/boost/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.321&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.321&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.320&r2=1.321 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v retrieving revision 1.320 retrieving revision 1.321 diff -u -r1.320 -r1.321 --- ChangeLog 29 Jul 2014 20:06:14 -0000 1.320 +++ ChangeLog 30 Jul 2014 15:53:07 -0000 1.321 @@ -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.320 2014/07/29 20:06:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.321 2014/07/30 15:53:07 hasufell Exp $ + + 30 Jul 2014; Julian Ospald <[email protected]> boost-1.52.0-r7.ebuild: + backport glibc-2.18 patch to stable candidate wrt #518544 29 Jul 2014; Mikle Kolyada <[email protected]> boost-1.52.0-r7.ebuild: amd64 stable wrt bug #518488
