diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-06-27 20:05:13 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-27 20:07:09 -0400 |
commit | 6e45b79783f6f863202ab3668df1796c547ec487 (patch) | |
tree | c87484f6c1cf4dc15f52a2ffc12d65b356a9a2ec /gui-wm/sway | |
parent | net-nntp/sabnzbd: fix MY_P (diff) | |
download | gentoo-6e45b79783f6f863202ab3668df1796c547ec487.tar.gz gentoo-6e45b79783f6f863202ab3668df1796c547ec487.tar.bz2 gentoo-6e45b79783f6f863202ab3668df1796c547ec487.zip |
gui-wm/sway: drop keywords and change wlroots dep
* Upstream released the 1.5rc but it is dependent on wlroots git master.
Upstream will release a new version of wlroots on the next Sway rc
bump
* Change dep on wlroots to -9999
* Drop keywords
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-wm/sway')
-rw-r--r-- | gui-wm/sway/sway-1.5_rc1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-wm/sway/sway-1.5_rc1.ebuild b/gui-wm/sway/sway-1.5_rc1.ebuild index bf84713b3e9a..86f96883dab7 100644 --- a/gui-wm/sway/sway-1.5_rc1.ebuild +++ b/gui-wm/sway/sway-1.5_rc1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_PV=${PV/_rc/-rc} SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + #KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-${MY_PV}" fi @@ -47,8 +47,7 @@ if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else DEPEND+=" - >=gui-libs/wlroots-0.10.0:=[elogind=,systemd=,X=] - <gui-libs/wlroots-0.11.0:=[elogind=,systemd=,X=] + ~gui-libs/wlroots-9999:=[elogind=,systemd=,X=] " fi RDEPEND=" |