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 0CA571581C1 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 52C55E29EF; Thu, 4 Jul 2024 01:18:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1782CE29EC 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 4497934300F 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 D39AB1DBF 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: <1720055798.3fa0318cd3aabc9fbc7aeeca8300f98c16b57ca2.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-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: 3fa0318cd3aabc9fbc7aeeca8300f98c16b57ca2 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: 9d44dbf3-728b-44c7-9062-0a081b31593a X-Archives-Hash: b92ca2c38bc848f2b27da44b7acfa93d commit: 3fa0318cd3aabc9fbc7aeeca8300f98c16b57ca2 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Jun 9 00:25:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:16:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa0318c gui-wm/dwl: stop using SLOT/SUBSLOT to depend on gui-libs/wlroots Closes: https://bugs.gentoo.org/933717 Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> gui-wm/dwl/dwl-9999-r1.ebuild | 13 +++++++++---- gui-wm/dwl/dwl-9999.ebuild | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index dd4f5c714b7a..64c73b5b8ef2 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,12 @@ EAPI=8 inherit savedconfig toolchain-funcs MY_P="${PN}-v${PV}" -WLROOTS_SLOT="0/18" + +WLROOTS_DEP=" + >=gui-libs/wlroots-0.18:=[libinput,session,X?] +