commit:     9866b1bca5b79721fce42628f82a2ee630e49a6f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 12:22:05 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 12:25:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9866b1bc

x11-wm/windowmaker: fix live ebuild

eautoreconf call was lost in a recent update
Reported by Amadeusz Sławiński <amade <AT> asmblr.net> in bug #588990

Package-Manager: portage-2.3.0

 x11-wm/windowmaker/windowmaker-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild 
b/x11-wm/windowmaker/windowmaker-9999.ebuild
index 0753568..93eb119 100644
--- a/x11-wm/windowmaker/windowmaker-9999.ebuild
+++ b/x11-wm/windowmaker/windowmaker-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit eutils git-r3
+inherit autotools eutils git-r3
 
 DESCRIPTION="The fast and light GNUstep window manager"
 HOMEPAGE="http://www.windowmaker.org/";
@@ -50,6 +50,8 @@ src_prepare() {
                        sed -i -e 
"s:/opt/share/WindowMaker:${EPREFIX}/usr/share/WindowMaker:g;" "$file" || die
                fi;
        done;
+
+       eautoreconf
 }
 
 src_configure() {

Reply via email to