commit:     72a5e9bb9e4c5697c04978b6fe6fef263fcc1371
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 17:11:29 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 17:16:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5e9bb

games-action/chickens: call ./configure explicitly

This restores the previous behavior from chickens-0.2.4.ebuild, which caused
failure for some users.

Gentoo-Bug: https://bugs.gentoo.org/588544

Package-Manager: portage-2.3.0

 games-action/chickens/chickens-0.2.4-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild 
b/games-action/chickens/chickens-0.2.4-r1.ebuild
index bf90160..1f0ff7b 100644
--- a/games-action/chickens/chickens-0.2.4-r1.ebuild
+++ b/games-action/chickens/chickens-0.2.4-r1.ebuild
@@ -43,6 +43,10 @@ src_prepare() {
                configure || die
 }
 
+src_configure() {
+       bash ./configure || die
+}
+
 src_install() {
        dobin ${PN}
        insinto /usr/share/${PN}

Reply via email to