From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D758158089 for ; Mon, 25 Sep 2023 20:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C792BC01B; Mon, 25 Sep 2023 20:26:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9007E2BC01B for ; Mon, 25 Sep 2023 20:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A77FE335C8E for ; Mon, 25 Sep 2023 20:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29AA710AB for ; Mon, 25 Sep 2023 20:26:57 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1695673613.12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/windowmaker/windowmaker-9999.ebuild X-VCS-Directories: x11-wm/windowmaker/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4 X-VCS-Branch: master Date: Mon, 25 Sep 2023 20:26:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37a4d358-086f-4acf-962d-510b0e0020a6 X-Archives-Hash: 306e5b7e17199b8ad501c6b5220b3202 commit: 12f2d50ad6c8c1cd28da8a64a4b711d4930b7af4 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Sep 25 20:26:31 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Sep 25 20:26:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f2d50a x11-wm/windowmaker: live ebuild still needs eautoreconf Signed-off-by: Bernard Cafarelli gentoo.org> x11-wm/windowmaker/windowmaker-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {