Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/chickens/
Date: Mon, 11 Jul 2016 17:17:15
Message-Id: 1468257419.72a5e9bb9e4c5697c04978b6fe6fef263fcc1371.wizardedit@gentoo
1 commit: 72a5e9bb9e4c5697c04978b6fe6fef263fcc1371
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 17:11:29 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 17:16:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5e9bb
7
8 games-action/chickens: call ./configure explicitly
9
10 This restores the previous behavior from chickens-0.2.4.ebuild, which caused
11 failure for some users.
12
13 Gentoo-Bug: https://bugs.gentoo.org/588544
14
15 Package-Manager: portage-2.3.0
16
17 games-action/chickens/chickens-0.2.4-r1.ebuild | 4 ++++
18 1 file changed, 4 insertions(+)
19
20 diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild b/games-action/chickens/chickens-0.2.4-r1.ebuild
21 index bf90160..1f0ff7b 100644
22 --- a/games-action/chickens/chickens-0.2.4-r1.ebuild
23 +++ b/games-action/chickens/chickens-0.2.4-r1.ebuild
24 @@ -43,6 +43,10 @@ src_prepare() {
25 configure || die
26 }
27
28 +src_configure() {
29 + bash ./configure || die
30 +}
31 +
32 src_install() {
33 dobin ${PN}
34 insinto /usr/share/${PN}