alonbl 15/05/06 19:58:05 Modified: loop-aes-3.7c.ebuild ChangeLog Log: Fix linux-4 compatibility, bug#547182, thanks to Hank Leininger (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.2 sys-fs/loop-aes/loop-aes-3.7c.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild?r1=1.1&r2=1.2 Index: loop-aes-3.7c.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- loop-aes-3.7c.ebuild 13 Feb 2015 20:35:13 -0000 1.1 +++ loop-aes-3.7c.ebuild 6 May 2015 19:58:05 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild,v 1.1 2015/02/13 20:35:13 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.7c.ebuild,v 1.2 2015/05/06 19:58:05 alonbl Exp $ EAPI="5" -inherit linux-mod +inherit eutils linux-mod MY_P="${PN/aes/AES}-v${PV}" @@ -48,6 +48,7 @@ } src_prepare() { + epatch "${FILESDIR}/${P}-linux4.patch" sed -e 's/make/$(MAKE)/g' -i Makefile || die "sed failed" } 1.111 sys-fs/loop-aes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/loop-aes/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 13 Feb 2015 20:35:13 -0000 1.110 +++ ChangeLog 6 May 2015 19:58:05 -0000 1.111 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/loop-aes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/ChangeLog,v 1.110 2015/02/13 20:35:13 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/ChangeLog,v 1.111 2015/05/06 19:58:05 alonbl Exp $ + + 06 May 2015; Alon Bar-Lev <[email protected]> + +files/loop-aes-3.7c-linux4.patch, loop-aes-3.7c.ebuild: + Fix linux-4 compatibility, bug#547182, thanks to Hank Leininger *loop-aes-3.7c (13 Feb 2015)
