Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/free42/
Date: Wed, 30 Nov 2016 16:00:30
Message-Id: 1480521613.015645bb2a07894e1f44a5892cc4114de8a7c332.nimiux@gentoo
1 commit: 015645bb2a07894e1f44a5892cc4114de8a7c332
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 16:00:13 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 16:00:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015645bb
7
8 app-emulation/free42: Changes eapply_user in src_prepare
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/free42/free42-1.5.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/free42/free42-1.5.12.ebuild b/app-emulation/free42/free42-1.5.12.ebuild
16 index bd5cf01..05ad539 100644
17 --- a/app-emulation/free42/free42-1.5.12.ebuild
18 +++ b/app-emulation/free42/free42-1.5.12.ebuild
19 @@ -33,7 +33,7 @@ src_prepare() {
20 "${S}/gtk/shell_main.cc" || die
21 epatch "${FILESDIR}"/${P}-fix-makefile.patch
22 epatch "${FILESDIR}"/${P}-fix-build-intel-lib.patch
23 - eapply_user
24 + default
25 }
26
27 src_compile() {