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 BD40815800C for ; Fri, 30 Dec 2022 21:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A36AE084A; Fri, 30 Dec 2022 21:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 355B3E0845 for ; Fri, 30 Dec 2022 21:27:06 +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 E17F4340821 for ; Fri, 30 Dec 2022 21:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 395187D0 for ; Fri, 30 Dec 2022 21:27:03 +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: <1672434271.04622f22b637868fe81bf6f773e33ebe025eedc2.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-r1.ebuild 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: 04622f22b637868fe81bf6f773e33ebe025eedc2 X-VCS-Branch: dev Date: Fri, 30 Dec 2022 21:27:03 +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: f8de0623-80fb-47d5-bb22-e3367f2f476e X-Archives-Hash: 0c5f970ea31749436bc6fc6927d35a10 commit: 04622f22b637868fe81bf6f773e33ebe025eedc2 Author: Leonardo Hernández Hernández outlook com> AuthorDate: Fri Dec 30 21:03:29 2022 +0000 Commit: Leonardo Hernandez outlook com> CommitDate: Fri Dec 30 21:04:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04622f22 gui-wm/dwl: set WLROOTS_SLOT for non-live Signed-off-by: Leonardo Hernández Hernández outlook.com> gui-wm/dwl/dwl-9999-r1.ebuild | 1 + gui-wm/dwl/dwl-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index b456ff6b8..ef6dbf4f6 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -22,6 +22,7 @@ if [[ ${PV} == *9999 ]]; then ;; esac else + WLROOTS_SLOT="0/16" SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index b456ff6b8..ef6dbf4f6 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -22,6 +22,7 @@ if [[ ${PV} == *9999 ]]; then ;; esac else + WLROOTS_SLOT="0/16" SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi