Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/dwl/
Date: Sat, 31 Dec 2022 10:37:45
Message-Id: 1672434271.04622f22b637868fe81bf6f773e33ebe025eedc2.flow@gentoo
1 commit: 04622f22b637868fe81bf6f773e33ebe025eedc2
2 Author: Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
3 AuthorDate: Fri Dec 30 21:03:29 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 21:04:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04622f22
7
8 gui-wm/dwl: set WLROOTS_SLOT for non-live
9
10 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>
11
12 gui-wm/dwl/dwl-9999-r1.ebuild | 1 +
13 gui-wm/dwl/dwl-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild
17 index b456ff6b8..ef6dbf4f6 100644
18 --- a/gui-wm/dwl/dwl-9999-r1.ebuild
19 +++ b/gui-wm/dwl/dwl-9999-r1.ebuild
20 @@ -22,6 +22,7 @@ if [[ ${PV} == *9999 ]]; then
21 ;;
22 esac
23 else
24 + WLROOTS_SLOT="0/16"
25 SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 KEYWORDS="~amd64 ~x86"
27 fi
28
29 diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild
30 index b456ff6b8..ef6dbf4f6 100644
31 --- a/gui-wm/dwl/dwl-9999.ebuild
32 +++ b/gui-wm/dwl/dwl-9999.ebuild
33 @@ -22,6 +22,7 @@ if [[ ${PV} == *9999 ]]; then
34 ;;
35 esac
36 else
37 + WLROOTS_SLOT="0/16"
38 SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 KEYWORDS="~amd64 ~x86"
40 fi