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 C17A01581C1 for ; Thu, 4 Jul 2024 01:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F0172BC020; Thu, 4 Jul 2024 01:18:12 +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 51D0AE29EC for ; Thu, 4 Jul 2024 01:18:12 +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 6187334300C for ; Thu, 4 Jul 2024 01:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B021DC0 for ; Thu, 4 Jul 2024 01:18:09 +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: <1720055799.947fc59de31ced09224deeb2159414008e505d80.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.5-r1.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: 947fc59de31ced09224deeb2159414008e505d80 X-VCS-Branch: master Date: Thu, 4 Jul 2024 01:18:09 +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: 5466da0e-9fb6-431b-b21e-4a93a6362252 X-Archives-Hash: 0a812c24a27a7436626bf845abeb9406 commit: 947fc59de31ced09224deeb2159414008e505d80 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Jun 9 00:53:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:16:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947fc59d gui-wm/dwl: add missing RDEPEND on x11-base/xwayland this has never been a problem because gui-libs/wlroots[X] also depends on it, but add it for correctness Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> gui-wm/dwl/{dwl-9999.ebuild => dwl-0.5-r1.ebuild} | 11 ++++++++--- gui-wm/dwl/dwl-9999-r1.ebuild | 11 ++++++++--- gui-wm/dwl/dwl-9999.ebuild | 11 ++++++++--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-0.5-r1.ebuild similarity index 95% copy from gui-wm/dwl/dwl-9999.ebuild copy to gui-wm/dwl/dwl-0.5-r1.ebuild index 11f48b8e090b..f94a2aa83609 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-0.5-r1.ebuild @@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X" -RDEPEND=" +CDEPEND=" ${WLROOTS_DEP} dev-libs/libinput:= dev-libs/wayland @@ -50,10 +50,15 @@ RDEPEND=" x11-libs/xcb-util-wm ) " - +RDEPEND=" + ${CDEPEND} + X? ( + x11-base/xwayland + ) +" # uses DEPEND=" - ${RDEPEND} + ${CDEPEND} sys-kernel/linux-headers " BDEPEND=" diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 64c73b5b8ef2..7a8722df0d60 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X" -RDEPEND=" +CDEPEND=" ${WLROOTS_DEP} dev-libs/libinput:= dev-libs/wayland @@ -50,10 +50,15 @@ RDEPEND=" x11-libs/xcb-util-wm ) " - +RDEPEND=" + ${CDEPEND} + X? ( + x11-base/xwayland + ) +" # uses DEPEND=" - ${RDEPEND} + ${CDEPEND} sys-kernel/linux-headers " BDEPEND=" diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index 11f48b8e090b..f94a2aa83609 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" IUSE="X" -RDEPEND=" +CDEPEND=" ${WLROOTS_DEP} dev-libs/libinput:= dev-libs/wayland @@ -50,10 +50,15 @@ RDEPEND=" x11-libs/xcb-util-wm ) " - +RDEPEND=" + ${CDEPEND} + X? ( + x11-base/xwayland + ) +" # uses DEPEND=" - ${RDEPEND} + ${CDEPEND} sys-kernel/linux-headers " BDEPEND="