diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-25 22:26:31 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-25 22:26:53 +0200 |
commit | 12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4 (patch) | |
tree | 3da7faa100c3b2ed5e86e44ac69ffa0d022ca5f4 /x11-wm | |
parent | app-containers/docker-cli: add 24.0.6 (diff) | |
download | gentoo-12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4.tar.gz gentoo-12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4.tar.bz2 gentoo-12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4.zip |
x11-wm/windowmaker: live ebuild still needs eautoreconf
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/windowmaker-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild b/x11-wm/windowmaker/windowmaker-9999.ebuild index ad2be5a87876..3dd602d649cc 100644 --- a/x11-wm/windowmaker/windowmaker-9999.ebuild +++ b/x11-wm/windowmaker/windowmaker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit desktop git-r3 +inherit autotools desktop git-r3 DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="https://www.windowmaker.org/" @@ -54,6 +54,7 @@ src_prepare() { done default + eautoreconf } src_configure() { |