diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-07-18 14:22:05 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-07-18 14:25:17 +0200 |
commit | 9866b1bca5b79721fce42628f82a2ee630e49a6f (patch) | |
tree | 90da6a49bd11d925149d8387452cf26f207f8f2e /x11-wm | |
parent | media-video/mkvtoolnix: bump to 9.3.1 (diff) | |
download | gentoo-9866b1bca5b79721fce42628f82a2ee630e49a6f.tar.gz gentoo-9866b1bca5b79721fce42628f82a2ee630e49a6f.tar.bz2 gentoo-9866b1bca5b79721fce42628f82a2ee630e49a6f.zip |
x11-wm/windowmaker: fix live ebuild
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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/windowmaker-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild b/x11-wm/windowmaker/windowmaker-9999.ebuild index 0753568bbb5d..93eb119b85d6 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() { |