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 EA1DD138010 for ; Mon, 1 Oct 2012 06:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9927221C002; Mon, 1 Oct 2012 06:32:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64EBB21C002 for ; Mon, 1 Oct 2012 06:32:34 +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 788A933C2F0 for ; Mon, 1 Oct 2012 06:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 43ABAE5436 for ; Mon, 1 Oct 2012 06:32:31 +0000 (UTC) From: "Misbakh-Soloviev Vadim A." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Misbakh-Soloviev Vadim A." Message-ID: <1349073101.c1e43758f32139ac791446b184f9ca0693eaf8e4.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/dustforce/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/dustforce/dustforce-1.0.20120917.ebuild X-VCS-Directories: games-arcade/dustforce/ X-VCS-Committer: mva X-VCS-Committer-Name: Misbakh-Soloviev Vadim A. X-VCS-Revision: c1e43758f32139ac791446b184f9ca0693eaf8e4 X-VCS-Branch: master Date: Mon, 1 Oct 2012 06:32:31 +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: 8640de81-91bd-433e-a377-d7b82898738f X-Archives-Hash: ae78a349d118f052054ea0b1dda54bb4 commit: c1e43758f32139ac791446b184f9ca0693eaf8e4 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Mon Oct 1 06:31:41 2012 +0000 Commit: Misbakh-Soloviev Vadim A. mva name> CommitDate: Mon Oct 1 06:31:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c1e43758 [games-arcade/dustforce] fixed unpack arguments Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- .../dustforce/dustforce-1.0.20120917.ebuild | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-arcade/dustforce/dustforce-1.0.20120917.ebuild b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild index 81e00bd..dfcf65b 100644 --- a/games-arcade/dustforce/dustforce-1.0.20120917.ebuild +++ b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild @@ -55,8 +55,10 @@ src_unpack() { nixstaller_unpack \ "instarchive_all" \ "instarchive_linux_${arch}" \ - "subarch" \ # - "deps/cURL/cURL_files_linux_${arch}" # We need this for broken dependency + "subarch" \ + "deps/cURL/cURL_files_linux_${arch}" + # FIXME: We need last two lines only due to broken dependency. + # May be it will be good to report it to upstream? } src_install() {