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 B4D54158094 for ; Fri, 9 Sep 2022 02:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85087E09D9; Fri, 9 Sep 2022 02:58:01 +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 5CB3CE09D9 for ; Fri, 9 Sep 2022 02:58:01 +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 3EE653404AD for ; Fri, 9 Sep 2022 02:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C93C15BD for ; Fri, 9 Sep 2022 02:57:58 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1662691923.358edb82132086a89b5f0ec2bb1d75cc18fc6475.leohdz172@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: 358edb82132086a89b5f0ec2bb1d75cc18fc6475 X-VCS-Branch: dev Date: Fri, 9 Sep 2022 02:57:58 +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: 5aa31883-0dfe-41b0-b4cd-c6df3aee5c35 X-Archives-Hash: f6e033d6161d3b40104832bd4dfa3bbe commit: 358edb82132086a89b5f0ec2bb1d75cc18fc6475 Author: Leonardo Hernández Hernández outlook com> AuthorDate: Fri Sep 9 02:12:57 2022 +0000 Commit: Leonardo Hernandez outlook com> CommitDate: Fri Sep 9 02:52:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=358edb82 gui-wm/dwl: fix libxcb dependency also don't include LICENSE* into DOCS Signed-off-by: Leonardo Hernández Hernández outlook.com> gui-wm/dwl/dwl-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index ad416e20a..d44eaaac2 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -14,14 +14,12 @@ SLOT="0" KEYWORDS="" IUSE="X" -DOCS=( LICENSE LICENSE.{dwm,sway,tinywl} README.md ) - RDEPEND=" dev-libs/libinput dev-libs/wayland - x11-libs/libxcb x11-libs/libxkbcommon gui-libs/wlroots:0/15[X(-)?] + X? ( x11-libs/libxcb ) " DEPEND="${RDEPEND}" BDEPEND="