x11-wm/windowmaker: fix live ebuild
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 18 Jul 2016 12:22:05 +0000 (14:22 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 18 Jul 2016 12:25:17 +0000 (14:25 +0200)
eautoreconf call was lost in a recent update
Reported by Amadeusz Sławiński <amade@asmblr.net> in bug #588990

Package-Manager: portage-2.3.0

x11-wm/windowmaker/windowmaker-9999.ebuild

index 0753568bbb5d6d72416d887150a0d354e9fa0fcb..93eb119b85d6384119f09c04b890f2d5e340e5fc 100644 (file)
@@ -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() {