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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFEA4158012 for ; Thu, 23 Sep 2021 18:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8A0E09F5; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9684DE09F5 for ; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35F9A342D92 for ; Thu, 23 Sep 2021 18:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EDE0107 for ; Thu, 23 Sep 2021 18:31:50 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1632421903.238c47d01b41ac09ae0e85f04bb1d2d7badc305a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-3.4.1.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 238c47d01b41ac09ae0e85f04bb1d2d7badc305a X-VCS-Branch: master Date: Thu, 23 Sep 2021 18:31:50 +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: 830b00f7-032f-46fb-b60b-9bb0a2fff730 X-Archives-Hash: 21139e627548c43d653c28b570ecc3f4 commit: 238c47d01b41ac09ae0e85f04bb1d2d7badc305a Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 23 18:31:04 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 23 18:31:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238c47d0 x11-wm/spectrwm: drop unused inherits Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> x11-wm/spectrwm/spectrwm-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild index 3836663ba0b..a0949ab3073 100644 --- a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Small dynamic tiling window manager for X11" HOMEPAGE="https://github.com/conformal/spectrwm"