From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 243151381F3 for ; Sun, 16 Jun 2013 02:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78A0E0964; Sun, 16 Jun 2013 02:02:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60A6BE0964 for ; Sun, 16 Jun 2013 02:02:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D597333E500 for ; Sun, 16 Jun 2013 02:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 19B5FE468F for ; Sun, 16 Jun 2013 02:02:52 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1371348134.5351eecfac7831fe3e7ffabbb8a644eca6a84cf2.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsdl/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild X-VCS-Directories: media-libs/libsdl/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 5351eecfac7831fe3e7ffabbb8a644eca6a84cf2 X-VCS-Branch: master Date: Sun, 16 Jun 2013 02:02:52 +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: 9669e16e-ed80-479b-a283-0609ff6608b1 X-Archives-Hash: b8284a61ced4e96b3ebddd74b6526f3e commit: 5351eecfac7831fe3e7ffabbb8a644eca6a84cf2 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Jun 16 02:02:14 2013 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sun Jun 16 02:02:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5351eecf [media-libs/libsdl] Added epatch_user (#473252) Package-Manager: portage-2.1.12.2 Manifest-Sign-Key: A018DE8C --- media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild b/media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild index e5ee1b3..e1c0338 100644 --- a/media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild +++ b/media-libs/libsdl/libsdl-2.0.0_pre7304.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-multilib +inherit cmake-multilib eutils MY_PV=${PV/_pre/-} @@ -77,6 +77,8 @@ src_prepare() { # See http://bugzilla.libsdl.org/show_bug.cgi?id=1893 epatch "${FILESDIR}/${PN}-universal_sizeof_voidp.patch" epatch "${FILESDIR}/${PN}-universal_xdata32_check.patch" + + epatch_user } src_configure() {