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 2CEF2158004 for ; Tue, 26 Sep 2023 02:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E3AC2BC020; Tue, 26 Sep 2023 02:59:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 567392BC020 for ; Tue, 26 Sep 2023 02:59:50 +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 91F10335C8E for ; Tue, 26 Sep 2023 02:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41EA611C8 for ; Tue, 26 Sep 2023 02:59:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695697093.d56e1750e11aa36e69dfd53b76c4582ca802c079.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/dwl/dwl-0.4-r1.ebuild gui-wm/dwl/dwl-0.4.ebuild gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d56e1750e11aa36e69dfd53b76c4582ca802c079 X-VCS-Branch: master Date: Tue, 26 Sep 2023 02:59:48 +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: 9b7f395c-8e49-40d4-8619-c53c4e79f3b3 X-Archives-Hash: 2849efb5eb2f8b82769f0b200b5027b2 commit: d56e1750e11aa36e69dfd53b76c4582ca802c079 Author: Leonardo Hernández Hernández proton me> AuthorDate: Tue Sep 26 02:27:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 26 02:58:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56e1750 gui-wm/dwl: fix RDEPEND dwl requires libinput support in wlroots gui-libs/wlroots[drm] is recommended but not required also drop the default value for IUSE=X in wlroots, it's useless since *all* versions of wlroots have that USE Closes: https://bugs.gentoo.org/914641 Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/33062 Signed-off-by: Sam James gentoo.org> gui-wm/dwl/{dwl-0.4.ebuild => dwl-0.4-r1.ebuild} | 2 +- gui-wm/dwl/dwl-9999-r1.ebuild | 2 +- gui-wm/dwl/dwl-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-wm/dwl/dwl-0.4.ebuild b/gui-wm/dwl/dwl-0.4-r1.ebuild similarity index 96% rename from gui-wm/dwl/dwl-0.4.ebuild rename to gui-wm/dwl/dwl-0.4-r1.ebuild index 784102072287..13123b384a95 100644 --- a/gui-wm/dwl/dwl-0.4.ebuild +++ b/gui-wm/dwl/dwl-0.4-r1.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput(+),X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 8715e2f22781..f5f75f545d8a 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput,session,X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index bbea45cfc16a..ecba79640cf5 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[X(-)?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput(+),X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:=