blueness 15/03/19 23:57:01 Modified: valgrind-3.10.1.ebuild ChangeLog Log: Patch 3.10.1 to work on linux-4, bug #543648. Thanks Janne Grunau <[email protected]>. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.6 dev-util/valgrind/valgrind-3.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild?r1=1.5&r2=1.6 Index: valgrind-3.10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- valgrind-3.10.1.ebuild 12 Mar 2015 10:05:37 -0000 1.5 +++ valgrind-3.10.1.ebuild 19 Mar 2015 23:57:01 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.5 2015/03/12 10:05:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.10.1.ebuild,v 1.6 2015/03/19 23:57:01 blueness Exp $ EAPI="4" inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils @@ -40,6 +40,9 @@ # glibc 2.19 fix epatch "${FILESDIR}"/${PN}-3.9.0-glibc-2.19.patch + # valgrind works fine on linux-4, bug #543648 + epatch "${FILESDIR}"/${PN}-3.10.1-linux-4.patch + # Allow users to test their own patches epatch_user 1.184 dev-util/valgrind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.184&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.184&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.183&r2=1.184 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v retrieving revision 1.183 retrieving revision 1.184 diff -u -r1.183 -r1.184 --- ChangeLog 12 Mar 2015 10:05:37 -0000 1.183 +++ ChangeLog 19 Mar 2015 23:57:01 -0000 1.184 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/valgrind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.183 2015/03/12 10:05:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.184 2015/03/19 23:57:01 blueness Exp $ + + 19 Mar 2015; Anthony G. Basile <[email protected]> + +files/valgrind-3.10.1-linux-4.patch, valgrind-3.10.1.ebuild: + Patch 3.10.1 to work on linux-4, bug #543648. Thanks Janne Grunau <janne- + [email protected]>. 12 Mar 2015; Agostino Sarubbo <[email protected]> valgrind-3.10.1.ebuild: Stable for amd64, wrt bug #541952
