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 9CBA115808B for ; Sat, 9 Apr 2022 06:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F0BE07EF; Sat, 9 Apr 2022 06:24:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56CAEE07EF for ; Sat, 9 Apr 2022 06:24:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF597341381 for ; Sat, 9 Apr 2022 06:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3038E34F for ; Sat, 9 Apr 2022 06:24:21 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1649485236.263f1e2754ab6b80293d01c8f84034f83911d1a9.cantcuckthis@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-0.3.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: 263f1e2754ab6b80293d01c8f84034f83911d1a9 X-VCS-Branch: dev Date: Sat, 9 Apr 2022 06:24:21 +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: a147996b-975d-4308-a210-6184792bc2db X-Archives-Hash: afc749508b2b1654f142d48e8c98d1d0 commit: 263f1e2754ab6b80293d01c8f84034f83911d1a9 Author: Dex Conner danwin1210 de> AuthorDate: Sat Apr 9 06:20:36 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Sat Apr 9 06:20:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263f1e27 gui-wm/dwl: Fix wlroots dependency version Signed-off-by: Dex Conner danwin1210.de> gui-wm/dwl/dwl-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/dwl/dwl-0.3.ebuild b/gui-wm/dwl/dwl-0.3.ebuild index 6aaa4d363..79989a7d8 100644 --- a/gui-wm/dwl/dwl-0.3.ebuild +++ b/gui-wm/dwl/dwl-0.3.ebuild @@ -17,7 +17,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput dev-libs/wayland - gui-libs/wlroots[X(-)?] + >=gui-libs/wlroots-0.15.1[X(-)?] x11-libs/libxcb x11-libs/libxkbcommon "