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 1A1241388C1 for ; Wed, 9 Dec 2015 23:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A0021C00B; Wed, 9 Dec 2015 23:38:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4B9821C0C5 for ; Wed, 9 Dec 2015 23:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72E8834074D for ; Wed, 9 Dec 2015 23:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA97CE6B for ; Wed, 9 Dec 2015 23:38:16 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1449704081.a93320ce71dd4a95153e9adbbd45ad2b372b8298.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openal/openal-1.17.0.ebuild X-VCS-Directories: media-libs/openal/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a93320ce71dd4a95153e9adbbd45ad2b372b8298 X-VCS-Branch: master Date: Wed, 9 Dec 2015 23:38:16 +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: 5dc8ece2-fef0-4c79-8399-efedd6a818db X-Archives-Hash: 8e6a3d265a6cda6621b11f4e0b9b6a81 commit: a93320ce71dd4a95153e9adbbd45ad2b372b8298 Author: dlahoti gmail com> AuthorDate: Sat Dec 5 11:51:16 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Dec 9 23:34:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93320ce media-libs/openal: move epatch to src_prepare from src_unpack media-libs/openal/openal-1.17.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/openal/openal-1.17.0.ebuild b/media-libs/openal/openal-1.17.0.ebuild index b2ccc36..2722476 100644 --- a/media-libs/openal/openal-1.17.0.ebuild +++ b/media-libs/openal/openal-1.17.0.ebuild @@ -35,9 +35,7 @@ S=${WORKDIR}/${MY_P} DOCS="alsoftrc.sample env-vars.txt hrtf.txt ChangeLog README" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}-jackfix.patch" }