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
-# 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/"
sed -i -e "s:/opt/share/WindowMaker:${EPREFIX}/usr/share/WindowMaker:g;" "$file" || die
fi;
done;
+
+ eautoreconf
}
src_configure() {