Gentoo Archives: gentoo-commits

From: "Misbakh-Soloviev Vadim A." <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/dustforce/
Date: Mon, 01 Oct 2012 06:32:43
Message-Id: 1349073101.c1e43758f32139ac791446b184f9ca0693eaf8e4.mva@gentoo
1 commit: c1e43758f32139ac791446b184f9ca0693eaf8e4
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Mon Oct 1 06:31:41 2012 +0000
4 Commit: Misbakh-Soloviev Vadim A. <mva <AT> mva <DOT> name>
5 CommitDate: Mon Oct 1 06:31:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c1e43758
7
8 [games-arcade/dustforce] fixed unpack arguments
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 .../dustforce/dustforce-1.0.20120917.ebuild | 6 ++++--
14 1 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/games-arcade/dustforce/dustforce-1.0.20120917.ebuild b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild
17 index 81e00bd..dfcf65b 100644
18 --- a/games-arcade/dustforce/dustforce-1.0.20120917.ebuild
19 +++ b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild
20 @@ -55,8 +55,10 @@ src_unpack() {
21 nixstaller_unpack \
22 "instarchive_all" \
23 "instarchive_linux_${arch}" \
24 - "subarch" \ #
25 - "deps/cURL/cURL_files_linux_${arch}" # We need this for broken dependency
26 + "subarch" \
27 + "deps/cURL/cURL_files_linux_${arch}"
28 + # FIXME: We need last two lines only due to broken dependency.
29 + # May be it will be good to report it to upstream?
30 }
31
32 src_install() {