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 60A50158009 for ; Tue, 20 Jun 2023 18:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95809E095C; Tue, 20 Jun 2023 18:39:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7BD72E095C for ; Tue, 20 Jun 2023 18:39:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65BB2340FBF for ; Tue, 20 Jun 2023 18:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB326A9A for ; Tue, 20 Jun 2023 18:39:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1687286345.e1884d315477307364272a5dd12b11873bda09ea.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild X-VCS-Directories: x11-wm/windowmaker/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e1884d315477307364272a5dd12b11873bda09ea X-VCS-Branch: master Date: Tue, 20 Jun 2023 18:39:42 +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: b5ac73d4-2bfc-4ab2-a374-0c3c083b641d X-Archives-Hash: b667d9bec828432e570e2e70b05611ae commit: e1884d315477307364272a5dd12b11873bda09ea Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 16 09:27:43 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 20 18:39:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1884d31 x11-wm/windowmaker: Don't inherit eutils Signed-off-by: Ulrich Müller gentoo.org> x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild index 353932fac295..a3cb69c8675c 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop eutils +inherit autotools desktop DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="https://www.windowmaker.org/"