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 E6A641384B4 for ; Mon, 30 Nov 2015 17:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4180521C068; Mon, 30 Nov 2015 17:34:36 +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 E49C621C068 for ; Mon, 30 Nov 2015 17:34:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFF793403C1 for ; Mon, 30 Nov 2015 17:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41AFEA92 for ; Mon, 30 Nov 2015 17:34:33 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1448904865.711ad6491879025b73dadba102ebc9e386654a40.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/numptyphysics/numptyphysics-9999.ebuild X-VCS-Directories: games-puzzle/numptyphysics/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 711ad6491879025b73dadba102ebc9e386654a40 X-VCS-Branch: master Date: Mon, 30 Nov 2015 17:34:33 +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: 55d2f6b3-7c4d-44d7-998f-fcea694e0c27 X-Archives-Hash: e9a2409e92118e4e30ddc2ad6fa1de20 commit: 711ad6491879025b73dadba102ebc9e386654a40 Author: Michael Sterrett gentoo org> AuthorDate: Mon Nov 30 17:34:25 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Mon Nov 30 17:34:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711ad649 be sure to use git-r3_src_unpack (bug #567036) Package-Manager: portage-2.2.20.1 games-puzzle/numptyphysics/numptyphysics-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild index e9fa663..b2f3fbe 100644 --- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild +++ b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild @@ -48,6 +48,10 @@ RDEPEND="media-libs/libsdl2[opengl,video] DEPEND="${DEPEND} virtual/pkgconfig" +src_unpack() { + git-r3_src_unpack +} + src_prepare() { append-cxxflags -std=c++11 -Isrc epatch "${FILESDIR}"/${P}-gentoo.patch