jlec 15/07/29 08:04:07 Modified: patchelf-0.8.ebuild ChangeLog Log: Backport patch for /bin/sh -> dash, bug #555360 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.6 dev-util/patchelf/patchelf-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild?r1=1.5&r2=1.6 Index: patchelf-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- patchelf-0.8.ebuild 24 Jun 2015 10:55:41 -0000 1.5 +++ patchelf-0.8.ebuild 29 Jul 2015 08:04:07 -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/patchelf/patchelf-0.8.ebuild,v 1.5 2015/06/24 10:55:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.8.ebuild,v 1.6 2015/07/29 08:04:07 jlec Exp $ EAPI=5 @@ -19,6 +19,8 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 +PATCHES=( "${FILESDIR}"/${P}-dash.patch ) + src_prepare() { rm src/elf.h || die sed -e 's:-Werror::g' -i configure.ac || die 1.16 dev-util/patchelf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 24 Jun 2015 10:55:41 -0000 1.15 +++ ChangeLog 29 Jul 2015 08:04:07 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/patchelf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.15 2015/06/24 10:55:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.16 2015/07/29 08:04:07 jlec Exp $ + + 29 Jul 2015; Justin Lecher <[email protected]> +files/patchelf-0.8-dash.patch, + patchelf-0.8.ebuild: + Backport patch for /bin/sh -> dash, bug #555360 24 Jun 2015; Agostino Sarubbo <[email protected]> patchelf-0.8.ebuild: Stable for ppc, wrt bug #537940
