diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-05-06 19:58:05 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-05-06 19:58:05 +0000 |
commit | 931e441ee2491f6567a4a6956dcde6aa7d20038b (patch) | |
tree | 501fc6b0617bdb309a2674a8cd266a971cd97b33 /sys-fs/loop-aes/loop-aes-3.7c.ebuild | |
parent | Dev channel bump. Use bundled icu. Remove broken widevine support (bug #54763... (diff) | |
download | gentoo-2-931e441ee2491f6567a4a6956dcde6aa7d20038b.tar.gz gentoo-2-931e441ee2491f6567a4a6956dcde6aa7d20038b.tar.bz2 gentoo-2-931e441ee2491f6567a4a6956dcde6aa7d20038b.zip |
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)
Diffstat (limited to 'sys-fs/loop-aes/loop-aes-3.7c.ebuild')
-rw-r--r-- | sys-fs/loop-aes/loop-aes-3.7c.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/loop-aes/loop-aes-3.7c.ebuild b/sys-fs/loop-aes/loop-aes-3.7c.ebuild index e38c81e2af3a..3091115eb261 100644 --- a/sys-fs/loop-aes/loop-aes-3.7c.ebuild +++ b/sys-fs/loop-aes/loop-aes-3.7c.ebuild @@ -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 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}/${P}-linux4.patch" sed -e 's/make/$(MAKE)/g' -i Makefile || die "sed failed" } |