Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/
Date: Sun, 28 Jun 2020 00:07:19
Message-Id: 1593302829.6e45b79783f6f863202ab3668df1796c547ec487.bman@gentoo
1 commit: 6e45b79783f6f863202ab3668df1796c547ec487
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 00:05:13 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 00:07:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e45b797
7
8 gui-wm/sway: drop keywords and change wlroots dep
9
10 * Upstream released the 1.5rc but it is dependent on wlroots git master.
11 Upstream will release a new version of wlroots on the next Sway rc
12 bump
13 * Change dep on wlroots to -9999
14 * Drop keywords
15
16 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
17
18 gui-wm/sway/sway-1.5_rc1.ebuild | 5 ++---
19 1 file changed, 2 insertions(+), 3 deletions(-)
20
21 diff --git a/gui-wm/sway/sway-1.5_rc1.ebuild b/gui-wm/sway/sway-1.5_rc1.ebuild
22 index bf84713b3e9..86f96883dab 100644
23 --- a/gui-wm/sway/sway-1.5_rc1.ebuild
24 +++ b/gui-wm/sway/sway-1.5_rc1.ebuild
25 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
26 else
27 MY_PV=${PV/_rc/-rc}
28 SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
30 + #KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
31 S="${WORKDIR}/${PN}-${MY_PV}"
32 fi
33
34 @@ -47,8 +47,7 @@ if [[ ${PV} == 9999 ]]; then
35 DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
36 else
37 DEPEND+="
38 - >=gui-libs/wlroots-0.10.0:=[elogind=,systemd=,X=]
39 - <gui-libs/wlroots-0.11.0:=[elogind=,systemd=,X=]
40 + ~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]
41 "
42 fi
43 RDEPEND="