From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 129EA1395E2 for ; Wed, 30 Nov 2016 16:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F0D6E0BEB; Wed, 30 Nov 2016 16:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2476E0BEB for ; Wed, 30 Nov 2016 16:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17931340F2F for ; Wed, 30 Nov 2016 16:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493EB4A5 for ; Wed, 30 Nov 2016 16:00:25 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1480521613.015645bb2a07894e1f44a5892cc4114de8a7c332.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/free42/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/free42/free42-1.5.12.ebuild X-VCS-Directories: app-emulation/free42/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 015645bb2a07894e1f44a5892cc4114de8a7c332 X-VCS-Branch: master Date: Wed, 30 Nov 2016 16:00:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20fb3b4f-dbc4-4ba7-b946-fe5df09f2a43 X-Archives-Hash: b779ccee9aa73b2b74d4535f7ec15053 commit: 015645bb2a07894e1f44a5892cc4114de8a7c332 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Nov 30 16:00:13 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Nov 30 16:00:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015645bb app-emulation/free42: Changes eapply_user in src_prepare Package-Manager: portage-2.3.0 app-emulation/free42/free42-1.5.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/free42/free42-1.5.12.ebuild b/app-emulation/free42/free42-1.5.12.ebuild index bd5cf01..05ad539 100644 --- a/app-emulation/free42/free42-1.5.12.ebuild +++ b/app-emulation/free42/free42-1.5.12.ebuild @@ -33,7 +33,7 @@ src_prepare() { "${S}/gtk/shell_main.cc" || die epatch "${FILESDIR}"/${P}-fix-makefile.patch epatch "${FILESDIR}"/${P}-fix-build-intel-lib.patch - eapply_user + default } src_compile() {