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 B499A15800F for ; Thu, 5 Jan 2023 16:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF112E070D; Thu, 5 Jan 2023 16:35:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B225BE070D for ; Thu, 5 Jan 2023 16:35:31 +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 B1949335D6A for ; Thu, 5 Jan 2023 16:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372AE7FD for ; Thu, 5 Jan 2023 16:35:29 +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: <1672936470.35af6e5ea98747f7c435eb80ac17f9767a454664.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: 35af6e5ea98747f7c435eb80ac17f9767a454664 X-VCS-Branch: master Date: Thu, 5 Jan 2023 16:35:29 +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: e79a3e69-43d4-45a9-86cb-1eeb0523d4fd X-Archives-Hash: 19d81f1b00abd6858ae7067d5133b3c1 commit: 35af6e5ea98747f7c435eb80ac17f9767a454664 Author: Ben Kohler gentoo org> AuthorDate: Thu Jan 5 16:28:22 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jan 5 16:34:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35af6e5e x11-wm/spectrwm: add missing deps Closes: https://bugs.gentoo.org/887839 Signed-off-by: Ben Kohler gentoo.org> x11-wm/spectrwm/spectrwm-3.4.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild index a0949ab30736..8628a4ce4ffe 100644 --- a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,8 @@ DEPEND=" x11-libs/libXrandr x11-libs/libXt x11-libs/xcb-util + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-wm " PATCHES=( "${FILESDIR}"/${PN}-3.4.0-gentoo.patch