commit:     6e45b79783f6f863202ab3668df1796c547ec487
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 00:05:13 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 00:07:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e45b797

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 <AT> gentoo.org>

 gui-wm/sway/sway-1.5_rc1.ebuild | 5 ++---
 1 file 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 bf84713b3e9..86f96883dab 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="

Reply via email to